Timer.paused

If true the timer is paused and will not process until it is unpaused again, even if start is called.

  1. bool paused [@property getter]
    struct Timer
    @nogc nothrow @property
    bool
    paused
    ()
  2. bool paused [@property setter]

Meta