TaskStatus
Encapsulates task status information
Properties
Task status creation time, in milliseconds (since midnight January 1, 1970)
A description for the task
List of error messages that occurred
Task status last update time, in milliseconds (since midnight January 1, 1970)
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
Optional status message
The task identifier
The state of the task
Possible values are: INITIATED , STOPPED , RUNNING , FINISHED , ERROR , ABORTED , UNKNOWN
JSON Example
{
"createdTime": 0,
"description": "string",
"errorMessages": [
"string"
],
"lastUpdateTime": 0,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "NEXT"
}
],
"statusMessage": "string",
"taskId": "string",
"taskState": "INITIATED"
}
Property Of
TaskStatuses
Returned By
Get Task Status