qbraid.runtime.DeviceStatus

class DeviceStatus(value)[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__()

Attributes

ONLINE

UNAVAILABLE

OFFLINE

RETIRED