TaskProgress
The Progress structure contains information describe the progress of an operation.
Properties
integer as int64
completed
Required
The amount of work completed for the operation. The value can only be incremented.
integer as int64
total
Required
Total amount of the work for the operation.
JSON Example
{
"completed": 0,
"message": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"total": 0
}