stop method

void stop()

Stop the timer

Implementation

void stop() {
  _state.stop();
}