stop method

void stop()

Implementation

void stop() {
  pausedAt = 0;
  _cancel();
}