AbstractNativeTimer.start

immediately: true to call first event immediately once: true to call timed event only once

  1. void start(bool immediately, bool once)
    class AbstractNativeTimer
    abstract
    void
    start
    (
    bool immediately = false
    ,
    bool once = false
    )
  2. void start(uint interval)

Meta