pause method

void pause()

Pause the interval timer.

Implementation

void pause() {
  _isPaused = true;
}