reset method

void reset()

Implementation

void reset() {
  _isRunning = false;
  _currentValue = 0;
}