[{"label":"Latest (v1.1)","version":"latest"}]
vmc
TaskProgressPhase
A task progress can be (but does NOT have to be) divided to more meaningful progress phases.
Properties
string
id
Required
The identifier of the task progress phase
string
name
Required
The display name of the task progress phase
integer as int32
progress_percent
Required
The percentage of the phase that has completed
JSON Example
{
"id": "string",
"name": "string",
"progress_percent": 0
}