reset method

void reset()

Reset auto-pause engine state.

Implementation

void reset() {
  _isPaused = false;
  _stationaryStartTime = null;
  _motionDetector.reset();
}