Thread.isRunning

Tests whether this thread is running.

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

Return Value

Type: bool

true if the thread is running, false if not.

Suggestion Box / Bug Report