reset method

void reset()

Reset the timer to 0, but continue running if it currently is running.

Implementation

void reset() {
  _current = 0;
}