Thread.isRunning

Tests whether this thread is running.

class Thread
override final @property nothrow @nogc
bool
isRunning
()

Return Value

Type: bool

true if the thread is running, false if not.

Meta