TaskStateEnum
Version Info
| Introduced | Deprecated | Updated |
|---|
| 2.7 | | |
Enumeration Literals
| Name | Int | Dep | Upd | Description | | COMMITTED | 2.7 | | | task state when all collaborators commit to the task |
| COMMITTING | 2.7 | | | task state when all collaborators indicate that they can participate by binding to the task |
| COMPLETE | 2.7 | | | task state when collaborators successfully implement the task |
| FAIL | 2.7 | | | task state when collaborators are unsuccessful in implementing the task |
| INACTIVE | 2.7 | | | default state when the task is created and any collaborators are yet to bind to the task |
| PREPARING | 2.7 | | | task state when a collaborator is ready and binds itself to the task |