is_visible()

Checks if the main application window is currently visible.

Syntax

is_visible()

Parameters

Parameter Type Description
None

Return Value

Examples

Check if the main window is visible

is_visible();  // returns 1 if visible, 0 if hidden

See also

is_visible
show
hide
set_status
set_progress
is_ui_ready