ITimer.start

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

interface ITimer
void
start
(
bool immediately = false
,
bool once = false
)

Meta