Last updated 1 day ago
Was this helpful?
Tests if this thread is alive.
A thread is alive if it has been started and has not yet terminated.
Example:
if ( isThreadAlive( "myThread " ) ) { // wiat }
isThreadAlive(name=[string])
name
string
true
The name of the thread to check