Share via


DeviceState type

Defines values for DeviceState.
KnownDeviceState can be used interchangeably with DeviceState, this enum contains the known values that the service supports.

Know values supported by the service

NotStarted: Not started (or uninitialized)
Incompatible: Deployment incompatible for this device.
AlreadyInDeployment: Another Deployment is underway for this device.
Canceled: Deployment has been canceled for this device.
InProgress: Deployment underway.
Failed: Deployment failed.
Succeeded: Deployment completed successfully.

type DeviceState = string