C4 Engine Terathon Software C4 Engine API Documentation

• System Utilities

API Links
Developer Links

Thread::Complete

Defined in:  C4Threads.h
Indicates whether a thread has completed execution.
Prototype

bool Complete(voidconst;

Description
The Complete function returns false while a thread is running, and it returns true after a thread has completed execution.