JobStatus
class qiskit.providers.JobStatus(value)
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에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.