Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK의 이전 버전입니다. 최신 버전으로 이동

JobStatus

class qiskit.providers.JobStatus(value)

GitHub

Bases: Enum

Class for job status enumerated type.


Attributes

INITIALIZING

기본값: 'job is being initialized'

QUEUED

기본값: 'job is queued'

VALIDATING

기본값: 'job is being validated'

RUNNING

기본값: 'job is actively running'

CANCELLED

기본값: 'job has been cancelled'

DONE

기본값: 'job has successfully run'

ERROR

기본값: 'job incurred error'

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.