stop method

void stop()

Stop and reset the timer.

Implementation

void stop() {
  reset();
  pause();
}