contentProgress
contentProgress
Content object details
JSON Example
{
"createdTime": 0,
"errorMessages": [
"string"
],
"lastUpdateTime": 0,
"state": "string"
}
integer As int64 As int64
createdTime
Optional
Task status creation time in milliseconds, since midnight January 1, 1970
array of string
errorMessages
Optional
List of error messages that occurred
integer As int64 As int64
lastUpdateTime
Optional
Task status last update time in milliseconds, since midnight January 1, 1970
string
state
Optional
The state of the task
Possible values are : INITIATED, STOPPED, RUNNING, FINISHED, ERROR, ABORTED, UNKNOWN,