Function Timer.paused
If true
, the timer is paused and will not process until it is unpaused again, even if start
is called.
bool paused() nothrow @property @nogc;
void paused
(
bool v
) nothrow @property @nogc;