![]() |
QPanda3
Supported by OriginQ
|
The job is waiting to be processed. More...
Public Member Functions | |
| None | __init__ (self, int value) |
| init(self: qcloud.JobStatus, value: int) -> None | |
| bool | __eq__ (self, object other) |
| eq(self: object, other: object) -> bool | |
| int | __hash__ (self) |
| hash(self: object) -> int | |
| int | __index__ (self) |
| index(self: qcloud.JobStatus) -> int | |
| int | __int__ (self) |
| int(self: qcloud.JobStatus) -> int | |
| bool | __ne__ (self, object other) |
| ne(self: object, other: object) -> bool | |
| str | name (self) |
| name(self: object) -> str | |
| int | value (self) |
| (arg0: qcloud.JobStatus) -> int | |
Static Public Attributes | |
| ClassVar | COMPUTING = ... |
| ClassVar | FAILED = ... |
| ClassVar | FINISHED = ... |
| ClassVar | QUEUING = ... |
| ClassVar | WAITING = ... |
The job is waiting to be processed.
@brief An enumeration representing the different statuses of a quantum job.
Members:
WAITING :
COMPUTING :
The job is currently being processed.
FINISHED :
The job has been completed.
FAILED :
The job has failed.
QUEUING :
The job is currently in the queue.
| None pyqpanda3.qcloud.qcloud.JobStatus.__init__ | ( | self, | |
| int | value ) |
init(self: qcloud.JobStatus, value: int) -> None
| bool pyqpanda3.qcloud.qcloud.JobStatus.__eq__ | ( | self, | |
| object | other ) |
eq(self: object, other: object) -> bool
| int pyqpanda3.qcloud.qcloud.JobStatus.__hash__ | ( | self | ) |
hash(self: object) -> int
| int pyqpanda3.qcloud.qcloud.JobStatus.__index__ | ( | self | ) |
index(self: qcloud.JobStatus) -> int
| int pyqpanda3.qcloud.qcloud.JobStatus.__int__ | ( | self | ) |
int(self: qcloud.JobStatus) -> int
| bool pyqpanda3.qcloud.qcloud.JobStatus.__ne__ | ( | self, | |
| object | other ) |
ne(self: object, other: object) -> bool
| str pyqpanda3.qcloud.qcloud.JobStatus.name | ( | self | ) |
name(self: object) -> str
name(self: object) -> str
| int pyqpanda3.qcloud.qcloud.JobStatus.value | ( | self | ) |
(arg0: qcloud.JobStatus) -> int
|
static |
|
static |
|
static |
|
static |
|
static |