Method: Mu::Command::Cmd_scale#cmd_stop
- Defined in:
- lib/mu/command/cmd_scale.rb
#cmd_stop(argv) ⇒ Object
stops a scale test
* argv = command-line arguments
140 141 142 143 144 145 |
# File 'lib/mu/command/cmd_scale.rb', line 140 def cmd_stop argv setup argv response = @api.stop msg response return response end |