stop method

Cmd stop()

Creates a command to stop the timer.

Implementation

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