Timer.oneShot

If true the timer will stop when reaching 0. If false it will restart. Default value: false.

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

Meta