Method: Bumbleworks::Ruote.kill_process!
- Defined in:
- lib/bumbleworks/ruote.rb
.kill_process!(wfid, options = {}) ⇒ Object
65 66 67 |
# File 'lib/bumbleworks/ruote.rb', line 65 def kill_process!(wfid, = {}) cancel_process!(wfid, .merge(:method => :kill)) end |