The IsIdle method determines whether the object is waiting for data.
Syntax
BOOL IsIdle(void);
Return Value
Returns TRUE if the thread is waiting and the sample array is empty. Otherwise, returns FALSE.
See Also