timer.set_timer
int = set_timer(Elapse, TimerFunc )
Creates a timer that executes a callback function
Parameters
Comments
Uses the SetTimer function.
Return Value
Returns the id of the timer, which can be passed to kill_timer to stop it.
int = set_timer(Elapse, TimerFunc )
Creates a timer that executes a callback function