reset method

Cmd reset()

Creates a command to reset the stopwatch.

This does not stop the stopwatch if it's running.

Implementation

Cmd reset() {
  return Cmd.message(StopwatchResetMsg(_tag, _id));
}