stop method
Creates a command to stop the stopwatch.
Implementation
Cmd stop() {
return Cmd.message(StopwatchStartStopMsg(false, _tag, _id));
}
Creates a command to stop the stopwatch.
Cmd stop() {
return Cmd.message(StopwatchStartStopMsg(false, _tag, _id));
}