chStatus (Function) |
Top Previous Next |
The "chStatus()" function will return the status of the specified channel. If the specified channel has been initialized, the chStatus() function will return the current number of messages.
Input: ch : CHANNEL The channel to query.
Returns: INT
Declaration: FUNCTION chStatus : INT;
Example: THREAD_BLOCK Thread; |