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.

Table 7-30. Parameters
Data directionParameter nameDescription

[in]

resource

Pointer to an events_resource struct

Returns

The ready status of users connected to an event channel.

Table 7-31. Return Values
Return valueDescription

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