Method: Rush::Connection::Remote#kill_process

Defined in:
lib/rush/remote.rb

#kill_process(pid, options = {}) ⇒ Object



81
82
83
# File 'lib/rush/remote.rb', line 81

def kill_process(pid, options={})
  transmit(:action => 'kill_process', :pid => pid, :payload => YAML.dump(options))
end