is_ui_ready()

Checks whether the user interface is ready for interaction.

Specifically, it verifies that the UI is not busy (e.g., displaying a modal dialog) and is fully prepared to accept user input.

Syntax

is_ui_ready()

Parameters

Parameter Type Description
None Checks if the UI is ready for interaction.

Return Value

Examples

Check if the UI is ready

is_ui_ready();  // returns 1 if ready, 0 if not

See also

is_visible
show
hide
set_status
set_progress
is_ui_ready