Job::JobComplete
Defined in:
Returns a boolean value indicating whether a job has finished executing.
C4Threads.h
Prototype
bool JobComplete(void) const;
Description
The JobComplete
function returns a boolean value indicating whether a job has finished executing.
See Also