reset method

void reset()

重置

Implementation

void reset() {
  stop();
  _tick = _initialTick;
  _value = _initial;
}