reset method

void reset()

Implementation

void reset() {
  _currentRunningTimerIndex = _kNotFired;
  _done.clear();
  _running = null;
}