createTimer function
createTimer
createTimer (interval, function-to-call, parameters...)
Creates a timer that executes function-to-call after interval milliseconds with parameters...
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.
Example:
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*