TaskCompletionReceipt
Overview
TaskCompletionReceipt is a class in Aspose.Font FOSS for Python.
TaskCompletionReceipt.task_id identifies the task uniquely.
Properties: api_calls_count, items_discovered, items_failed, items_succeeded, reported_at, response_body, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
task_id | str | Read/Write | Gets or sets the task id. |
task_title | str | Read/Write | Gets or sets the task title. |
run_id | str | Read/Write | Gets or sets the run id. |
reported_at | str | Read/Write | Gets or sets the reported at. |
status | str | Read/Write | Gets or sets the status. |
response_code | int | Read/Write | Gets or sets the response code. |
response_body | str | Read/Write | Gets or sets the response body. |
run_duration_ms | int | Read/Write | Gets or sets the run duration ms. |
items_discovered | int | Read/Write | Gets or sets the items discovered. |
items_failed | int | Read/Write | Gets or sets the items failed. |
items_succeeded | int | Read/Write | Gets or sets the items succeeded. |
api_calls_count | int | Read/Write | Gets or sets the api calls count. |
task_stage | str | Read/Write | Gets or sets the task stage. |