stop method

void stop()

Implementation

void stop() {
  getElapsedTime();
  running = false;
  autoStart = false;
}