8.6.4.16 Function events_is_users_ready()
Check if all users connected to the channel is ready.
bool events_is_users_ready( struct events_resource * resource)
Check if all users connected to the channel is ready to handle incoming events.
Data direction | Parameter name | Description |
---|---|---|
[in] |
resource |
Pointer to an events_resource struct |
Returns
The ready status of users connected to an event channel.
Return value | Description |
---|---|
true |
All users connect to event channel is ready to handle incoming events |
false |
One or more users connect to event channel is not ready to handle incoming events |