stop method

void stop()

Implementation

void stop() {
  _shouldRun = false;
  _stopInternal();
}