Win32Thread.isRunning

Whether the thread is currently running.

class Win32Thread
@nogc override @property
@trusted => nu_atomic_load_32(suspendCount_) == 0
bool
isRunning
()

Meta