Method: Aruba::CommandMonitor#stop_process
- Defined in:
- lib/aruba/platforms/command_monitor.rb
#stop_process(process) ⇒ Object
Deprecated.
182 183 184 185 |
# File 'lib/aruba/platforms/command_monitor.rb', line 182 def stop_process(process) @last_command_stopped = process @last_exit_status = process.stop(announcer) end |