ThreadBase.isRunning

Tests whether this thread is running.

class ThreadBase
@property nothrow @nogc
bool
isRunning
()

Return Value

Type: bool

true if the thread is running, false if not.

Meta