- addRepeatTask
void addRepeatTask(Duration delay, Duration interval, ulong times, void delegate() task)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTask
void addTask(Duration delay, void delegate() task)
Undocumented in source. Be warned that the author may not have intended to support it.
- addTask
void addTask(SysTime time, void delegate() task)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.