Method: Mutx::Tasks::Task#status
- Defined in:
- lib/mutx/tasks/task.rb
#status ⇒ Object
360 361 362 363 364 365 366 |
# File 'lib/mutx/tasks/task.rb', line 360 def status if number_of_running_results > 0 "RUNNING" else "IDLE" end end |