|
Threaded::isRunningState Detection Description
public bool Threaded::isRunning()
Tell if the referenced object is executing ParametersThis function has no parameters. Return ValuesA boolean indication of state
Examples
Example #1 Detect the state of the referenced object
The above example will output: bool(true) |