Thread::isStartedState Detection Description
public bool Thread::isStarted()
Tell if the referenced Thread was started ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Tell if the referenced Thread was started
The above example will output: bool(true) |