The IsActive method determines whether the object is active (running or paused).
Syntax
BOOL IsActive(void);
Return Value
Returns TRUE if the object is paused or running, or FALSE if it is stopped.
See Also