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
inttimerId: the timer id.intexcecuteTimes: the number which corresponds how many times the function will be called. If you pass0, the timer will run infinitely.