Status of the task
Field | Type | Required | Description | Example |
---|---|---|---|---|
phase |
TaskPhase | ✔️ | Phase of the task | pending |
updatedAt |
double | ✔️ | Timestamp (in milliseconds) at which task was updated | 1587667174725 |
progress |
Optional | ➖ | Current progress of the task in a 0-1 ratio | 0.5 |
errorMessage |
Optional | ➖ | Error message if the task failed | Failed to upload file |
retries |
Optional | ➖ | Number of retries done on the task | 3 |