true if timer was started
Starts the timer. The handler will be executed only once if consecutive calls are made before the timeout.
Timeout in milliseconds for the timer.
If true and the timer is currently running, the timer will be restartet with the new timeout. If false the currently running timer will stay active and the new timeout is ignored. (default: false)
Generated using TypeDoc
Wrapper class for window.setTimeout().