5/13/2011

This enumeration describes the possible statuses for a device imaging deployment.

Syntax

enum ImageDeploymentStatus(
  ImageDeploymentStatusNotStarted = 0,
  ImageDeploymentStatusInProgress,
  ImageDeploymentStatusSucceeded,
  ImageDeploymentStatusRetrying,
  ImageDeploymentStatusFailed,
  ImageDeploymentStatusSuspended,
  ImageDeploymentStatusTerminated
);

Elements

ImageDeploymentStatusNotStarted

Indicates that the device imaging deployment has not started.

ImageDeploymentStatusInProgress

Indicates that the device imaging deployment is in progress.

ImageDeploymentStatusSucceeded

Indicates that the device imaging deployment has succeeded.

ImageDeploymentStatusRetrying

Indicates that the Image Deployment Manager is attempting to start the device imaging deployment again.

Note:
This status is not currently supported and is reserved for future use.
ImageDeploymentStatusFailed

Indicates that the device imaging deployment has failed.

ImageDeploymentStatusSuspended

Indicates that the device imaging deployment has been suspended.

ImageDeploymentStatusTerminated

Indicates that the device imaging deployment has been terminated.

Remarks

None

See Also