GuiUpdateEnable

Sets an internal variable to enable (or re-enable if previously disabled via GuiUpdateDisable) the refresh of all views. The updateNow parameter can be used to force the update straight away, otherwise the updates of views will continue as per normal message scheduling, now that they have been enabled with GuiUpdateEnable.

void GuiUpdateEnable(bool updateNow);

Parameters

updateNow is a boolean value indicating if the update of all views should occur straight away.

Return Value

This function does not return a value.

Example

GuiUpdateEnable(bool updateNow);