stop method

Cmd stop()

Creates a command to stop the stopwatch.

Implementation

Cmd stop() {
  return Cmd.message(StopwatchStartStopMsg(false, _tag, _id));
}