C4 Engine
C4 Engine API Documentation

Thread::ThreadComplete

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

bool ThreadComplete(voidconst;

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