Timer Class
Deprecated in 4.15.0. Used internally.
Notifies handler after a set interval.
Methods
| Name | Description | |
|---|---|---|
| constructor(msDelay: number): Timer | Creates a new Timer. | |
| setOnExecute(onExecute: ExecuteHandler): void | Set handler that is called after a set interval. | |
| start(): void | Starts this Timer. | |
| stop(): void | Stops this Timer. |
Properties
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.