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.

Table 8-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 8-31. Return Values
Return valueDescription

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