tasksGetResponse
tasksGetResponse
JSON Example
{
"hasSubTasks": true,
"name": "name",
"startTime": 0,
"progressInPercentage": 1,
"endTime": 6,
"type": "type",
"taskId": "taskId",
"statusMessage": "statusMessage",
"status": "status"
}
boolean
hasSubTasks
Optional
true if the task has subtasks
string
name
Optional
name of the task
string
type
Optional
type of task
string
taskId
Optional
id of the task
string
status
Optional
status of the task. Success In-progress or Failed.
integer As int64 As int64
startTime
Optional
start time of the task
integer As int64 As int64
endTime
Optional
end time of the task
integer
progressInPercentage
Optional
current progress of the task
string
statusMessage
Optional
status message of the task