qbraid.runtime.DeviceStatus
- class DeviceStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[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