reset method

void reset()

Reset the timer

Implementation

void reset() {
  _state.reset();
}