Restarts the timer. The timer will continue to run from its initial state.
Returns void
reset
reset(): void
Resets the timer to its initial state. The timer will be stopped and reset to its initial state.
The timer will need to be started again to continue running.
Manages the behavior of a timer.