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