A helper class that performs a sync function at the given interval and emits the result on a regular basis
Returns if the timer has been destroyed
Destroys the timer
Note: This is destructive, once destroyed, it cannot be restarted
Starts the timer
Stops the timer
Forces a tick event to be emitted with the specified arguments
Rest
Toggles the timer on/off
boolean whether the timer is running or not
A helper class that performs a sync function at the given interval and emits the result on a regular basis