7.4.16 Function events_is_users_ready()
Check if all users connected to the channel are ready.
bool events_is_users_ready( struct events_resource * resource)
Check if all users connected to the channel are 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 the users connected to the event channel are ready to handle incoming events |
|
false |
One or more users connected to the event channel are not ready to handle incoming events |
