ProgressItemPart
ProgressItemPart
JSON Example
{
"description": "string",
"error": "string",
"name": "string",
"percentage": 0,
"status": "string"
}
string
description
Required
Description of the process
string
error
Optional
Error message, if ran into error
string
name
Required
Name of the process
integer As int64
As int64
percentage
Required
0 - 100 of the task being completed
string
status
Required
Status of this process
Possible values are :
RUNNING,
ERROR,
COMPLETE,