You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DizzasTeR edited this page Nov 1, 2020
·
1 revision
destroy
Destroys a timer
Timer Timer.destroy(Timer timer)
Parameters
Timer timer — The timer to destroy
Returns
Nothing
Example
Timer.create(function(myNum, myMsg)
Logger.info("["..myNum.."] -> "..myMsg)
Timer.destroy(thisTimer) -- thisTimer is a hidden var which refers to the currently executed timerend, 1000, 3, 100, "My Message")