ITimer

Members

Functions

interval
size_t interval()
ITimer interval(size_t v)
ITimer interval(Duration duration)

in ms

isActive
bool isActive()
onTick
ITimer onTick(TickedEventHandler handler)
reset
void reset(bool immediately, bool once)
Undocumented in source.
reset
void reset(size_t interval)
Undocumented in source.
reset
void reset(Duration duration)
Undocumented in source.
start
void start(bool immediately, bool once)

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

stop
void stop()
Undocumented in source.

Meta