Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

Task.md

File metadata and controls

19 lines (15 loc) · 1.08 KB

Task

Properties

Name Type Description Notes
Id int32 The ID of task [optional] [default to null]
ExecutionId int32 The ID of task execution [optional] [default to null]
Status string The status of task [optional] [default to null]
StatusMessage string The status message of task [optional] [default to null]
RunCount int32 The count of task run [optional] [default to null]
ExtraAttrs *ExtraAttrs [optional] [default to null]
CreationTime string The creation time of task [optional] [default to null]
UpdateTime string The update time of task [optional] [default to null]
StartTime string The start time of task [optional] [default to null]
EndTime string The end time of task [optional] [default to null]

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