TaskStatus represents the status of a task.
| 43 | |
| 44 | // TaskStatus represents the status of a task. |
| 45 | type TaskStatus string |
| 46 | |
| 47 | const ( |
| 48 | // TaskStatusPending indicates the task has been created but no workspace |
no outgoing calls
no test coverage detected