qbraid.runtime.DeviceStatus
- class DeviceStatus(*values)[source]
Enumeration for representing various operational statuses of devices.
- ONLINE
Device is online and accepting jobs.
- Type:
str
- UNAVAILABLE
Device is online but not accepting jobs.
- Type:
str
- OFFLINE
Device is offline.
- Type:
str
- RETIRED
Device has been retired and is no longer operational.
- Type:
str
- __init__(*args, **kwds)
Attributes