Timer.start

Start (or restart) the timer.

class Timer
void
start
(,
bool oneShot = false
)

Parameters

intervalMs int

tick interval in milliseconds.

oneShot bool

when true, the timer stops itself after the first tick.

Meta