Function Widget.onTimer
handle timer; return true to repeat timer event after next interval, false cancel timer
Prototype
bool onTimer(
ulong id
);
handle timer; return true to repeat timer event after next interval, false cancel timer
bool onTimer(
ulong id
);