Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownDeviceState

Package version

Known values of DeviceState that the service accepts.

Index

Enumeration members

AlreadyInDeployment

AlreadyInDeployment: = "AlreadyInDeployment"

Another Deployment is underway for this device.

Canceled

Canceled: = "Canceled"

Deployment has been canceled for this device.

Failed

Failed: = "Failed"

Deployment failed.

InProgress

InProgress: = "InProgress"

Deployment underway.

Incompatible

Incompatible: = "Incompatible"

Deployment incompatible for this device.

NotStarted

NotStarted: = "NotStarted"

Not started (or uninitialized)

Succeeded

Succeeded: = "Succeeded"

Deployment completed successfully.

Generated using TypeDoc