SetTimer
Calls the
timer
message after the delay has ended. Syntax:
SetTimer(flex_delay);
To stop the timer, use:
SetTimer(0);
Related:
Timer Message
Alternatives:
SetPulse()
SetTimerEx()
SetThingPulse()
SetThingTimer()