function
setTimerExecuteTimes (shared-side)
Available since version: 0.0.1
This function will set the timer excecute times.
Declaration
void setTimerExecuteTimes(int timerId, int excecuteTimes)
Parameters
int
timerId: the timer id.int
excecuteTimes: the number which corresponds how many times the function will be called. If you pass0
, the timer will run infinitely.