Method: Vedeu::Distributed::Subprocess#kill
- Defined in:
- lib/vedeu/distributed/subprocess.rb
#kill ⇒ void
This method returns an undefined value.
Sends the KILL signal to the process.
42 43 44 45 46 |
# File 'lib/vedeu/distributed/subprocess.rb', line 42 def kill Process.kill('KILL', pid) file_unlink end |