Job::JobCancelled
Defined in:
Returns a boolean value indicating whether a job has been cancelled.
C4Threads.h
Prototype
bool JobCancelled(void) const;
Description
The JobCancelled
function returns a boolean value indicating whether a job has been cancelled by the ThreadMgr::CancelJob
function.
See Also