Thread::ThreadComplete
Defined in:
Indicates whether a thread has completed execution.
C4Threads.h
Prototype
bool ThreadComplete(void) const;
Description
The ThreadComplete
function returns false
while a thread is running, and it returns true
after a thread has completed execution.