47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
---
|
|
title: JobStatus (v1.2)
|
|
description: API reference for qiskit.providers.JobStatus in qiskit v1.2
|
|
in_page_toc_min_heading_level: 1
|
|
python_api_type: class
|
|
python_api_name: qiskit.providers.JobStatus
|
|
---
|
|
|
|
# JobStatus
|
|
|
|
<Class id="qiskit.providers.JobStatus" isDedicatedPage={true} github="https://github.com/Qiskit/qiskit/tree/stable/1.2/qiskit/providers/jobstatus.py#L18-L27" signature="qiskit.providers.JobStatus(value)" modifiers="class">
|
|
Bases: [`Enum`](https://docs.python.org/3/library/enum.html#enum.Enum "(in Python v3.13)")
|
|
|
|
Class for job status enumerated type.
|
|
|
|
## Attributes
|
|
|
|
### INITIALIZING
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.INITIALIZING" attributeValue="'job is being initialized'" />
|
|
|
|
### QUEUED
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.QUEUED" attributeValue="'job is queued'" />
|
|
|
|
### VALIDATING
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.VALIDATING" attributeValue="'job is being validated'" />
|
|
|
|
### RUNNING
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.RUNNING" attributeValue="'job is actively running'" />
|
|
|
|
### CANCELLED
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.CANCELLED" attributeValue="'job has been cancelled'" />
|
|
|
|
### DONE
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.DONE" attributeValue="'job has successfully run'" />
|
|
|
|
### ERROR
|
|
|
|
<Attribute id="qiskit.providers.JobStatus.ERROR" attributeValue="'job incurred error'" />
|
|
</Class>
|
|
|