TaskCompletionReceipt

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

NameTypeAccessDescription
task_idstrRead/WriteGets or sets the task id.
task_titlestrRead/WriteGets or sets the task title.
run_idstrRead/WriteGets or sets the run id.
reported_atstrRead/WriteGets or sets the reported at.
statusstrRead/WriteGets or sets the status.
response_codeintRead/WriteGets or sets the response code.
response_bodystrRead/WriteGets or sets the response body.
run_duration_msintRead/WriteGets or sets the run duration ms.
items_discoveredintRead/WriteGets or sets the items discovered.
items_failedintRead/WriteGets or sets the items failed.
items_succeededintRead/WriteGets or sets the items succeeded.
api_calls_countintRead/WriteGets or sets the api calls count.
task_stagestrRead/WriteGets or sets the task stage.

See Also