stop method

void stop()

Stop the timer.

The elapsedTime and tick stops increasing after this call. If call when timer is stopped does nothing.

Implementation

void stop() {}