| Module | Task::Status |
| In: |
app/models/task.rb
|
| ACTIVE | = | 1 | the status of tasks just created | |
| CANCELLED | = | 2 | the status of a task that was cancelled. | |
| FINISHED | = | 3 | the status os a task that was successfully finished |