Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.22 KB

TaskProgress.md

File metadata and controls

16 lines (13 loc) · 1.22 KB

TaskProgress

Properties

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]

[Back to Model list] [Back to API list] [Back to README]