Start the clock. If the clock was paused, it will resume from the last time. If the clock
was stopped or never started, it will start from initial time.
Returns void
pause
pause(): void
Pause the clock at the current time.
Returns void
stop
stop(): void
Stop the clock at the current time. If the clock is restarted it will begin from the set initial time.
a ClockParams object