TaskStatus enum
Fields
| Unknown = 0 | The task does not have the status set. |
| Pending = 1 | The task is in pending status. |
| InProgress = 2 | The task is currently in progress. |
| Success = 3 | The task completed successfully. |
| Failure = 4 | The task execution failed. |
| Canceled = 5 | The task execution canceled. |
| Skipped = 6 | The task execution skipped. |
| Succeeded = 7 | The task completed successfully. |
| Failed = 8 | The task execution failed. |
| PartiallySucceeded = 9 | The task execution partially succeeded. |