Method: Taskinator::Process#task_failed
- Defined in:
- lib/taskinator/process.rb
#task_failed(task, error) ⇒ Object
164 165 166 167 |
# File 'lib/taskinator/process.rb', line 164 def task_failed(task, error) # for now, fail this process fail!(error) end |