createRepeatingTimer function
createRepeatingTimer
createRepeatingTimer (interval, function-to-call, parameters...) Creates a timer repeating every interval milliseconds that executes function-to-call with parameters...
The function-to-call function is called every interval milliseconds until the timer is canceled using the cancelTimer function.
Parameters:
interval - an integer containing the time interval in milliseconds.
function-to-call - a string containing the function to call.
parameters - a variable number of parameters that are passed to the timer function.
Returns:
Returns a variable containing the timer id. This may be passed to cancelTimer.
The timer function escalate is an example of how to change the color of a message.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*