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]
  2. bool paused [@property setter]
    struct Timer
    @nogc nothrow @property
    void
    paused
    (
    bool v
    )

Meta