msg_is_active()

Checks if there is a message currently visible.

Syntax

msg_is_active()

Parameters

Parameter Type Description
None Checks if a message is currently displayed.

Return Value

Examples

Check if a message is currently being displayed

msg_is_active();  // returns 1 if active, 0 if not

See also

msg()
msgerr()

msg_show()

msg_count()
msg_is_active()

msg_click_ok()
msg_click_cancel()

bubble()