Skip to content

MQPJob

Bases: JobV1

MQPJob Class: This class is used to manage jobs. Users do not need to create an instance of this class directly; it is created and returned by the MQPBackend when a job is submitted via MQPBackend.run.

cancel

cancel()

Cancel the job

result

result() -> Result

Return the result for the job

Returns:

Type Description
Result
Result

object for the job.

status

status() -> JobStatus

Return the job's current status

Returns:

Type Description
JobStatus

The status of the job.

JobStatus