APIdock / Ruby
/
method

kill

ruby latest stable - Class: Shell
kill(sig, command)
public

Sends the given signal to the given job

# File lib/shell.rb, line 354
 def kill(sig, command)
 @process_controller.kill_job(sig, command)
 end

AltStyle によって変換されたページ (->オリジナル) /