stop method

void stop()

Implementation

void stop() {
  _internalTimer.cancel();
  _isRunning = false;
}