Starts the execution of the task. The task will be executed only once if consecutive calls are made during the delay.
Delay in milliseconds before the task gets executed.
If true and the delay timer is currently running, the timer will be restartet with the new delay. If false the currently running timer will stay active and the new delay is ignored. (default: false)
Generated using TypeDoc
A task which will be executed after a given delay.