Thread::isJoinedState Detection Description
public bool Thread::isJoined()
Tell if the referenced Thread has been joined ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Detect the state of the referenced Thread
The above example will output: bool(false) |