alias_api.has_queued_events

alias_api.has_queued_events() bool

Check if there are Alias event callbacks queued and waiting to execute.

Queued event callbacks will be executed once queuing events is turned off.

Returns

True if there are queued event callbacks, else False.

Return type

bool