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.


message Required

Message about the work progress.


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
}

Feedback

Was this page helpful?