awIsPending
BrokerError awIsPending(BrokerBoolean *is_pending);
is_pending | Set to 1 (true) if events are pending; otherwise, set to 0 (false). This parameter is used for output. |
Checks if any events are pending for any client of the application.The subscribe4.c sample application provides an example that uses this function.
Possible BrokerError major codes | Meaning |
AW_ERROR_NULL_PARAM | The parameter is_pending is NULL. |
See also: