A function to be executed after the timer expires.
The time, in milliseconds that the timer should wait before the specified function or code is executed. If this parameter is omitted, a value of 0 is used, meaning execute "immediately", or more accurately, the next event cycle.
Optional
args: TArgsAdditional arguments which are passed through to the function specified by handler.
punctual setInterval
A function to be executed after the timer expires.
The time, in milliseconds that the timer should wait before the specified function or code is executed. If this parameter is omitted, a value of 0 is used, meaning execute "immediately", or more accurately, the next event cycle.
Optional
args: TArgsAdditional arguments which are passed through to the function specified by handler.
punctual setInterval