Returns if the timer has been destroyed
Event that is emitted only once when we start the timer
Event that is emitted only once when we stop the timer
Event that is emitted only once when a tick occurs
Rest
...args: any[]Event that is emitted only once when we have an error
Event that is emitted every time a tick occurs
Rest
...args: any[]Event that is emitted when we have an error
Event that is emitted when we start the timer
Event that is emitted when we stop the timer
Event that is emitted only once when we start the timer
Event that is emitted only once when we stop the timer
Event that is emitted only once when a tick occurs
Rest
...args: any[]Event that is emitted only once when we have an error
Constructs a new instance of the timer
Note: If additional arguments are specified, then those arguments will be provided with every tick event emitted except arguments that may be included with calls to the
tick()
method.