8.6.4.12 Function events_is_busy()

Check if a channel is busy.

bool events_is_busy( struct events_resource * resource)

Check if a channel is busy, a channel stays busy until all users connected to the channel has handled an event.

Table 8-22. Parameters
Data directionParameter nameDescription

[in]

resource

Pointer to a events_resource struct instance

Returns

Status of the channels busy state.

Table 8-23. Return Values
Return valueDescription

true

One or more users connected to the channel has not handled the last event

false

All users are ready handle new events