Name | Type | Description | Notes |
---|---|---|---|
id | str | The task ID of the task associated with this TaskProgress. | [optional] |
task_type | OneOfTaskProgressTaskType | The type of the task associated with this TaskProgress. | [optional] |
percent_complete | int | Determines what percentage of the execution of the associated task is completed. | [optional] |
status | OneOfTaskProgressStatus | The status of the task associated with this TaskProgress. | [optional] |
errors | list[ProblemDetails] | The list of errors occurred during the execution of the associated task. | [optional] |
result | OneOfTaskProgressResult | The result of the execution of the associated task. | [optional] |
start_time | datetime | The time representing when the associated task's execution started. | [optional] |
last_update_time | datetime | The time representing when the associated task's status last changed. | [optional] |