function setTimerExecuteTimes (shared-side)
Available since version: 0.3.0
Set how many times the timer should execute.
If execute_times is 0 or negative, the timer repeats indefinitely.
Declaration
void setTimerExecuteTimes(number timer_id, number execute_times)
Parameters
numbertimer_id: Timer ID returned by setTimer.numberexecute_times: How many times to execute (<= 0 means infinite).