alias_api.is_queuing_events

alias_api.is_queuing_events() bool

Check if the Alias event callbacks are currently being queued.

When event callbacks are being queued, this means that when Alias events are fired, the C++ message handler is still invoked, but the Python callbacks registered to the Alias events will not be executed immediately, and instead will be executed once queuing events is turned off.

Returns

True if event callbacks are being queued, else False.

Return type

bool