pause method

void pause()

Implementation

void pause() {
  pauseFlag = true;
  _timer.cancel();
}