Share via


PackageDeploymentStatus Enum

Definition

The status of the deployment request.

public enum class PackageDeploymentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Management.Deployment.PackageDeploymentContract, 65536)]
enum class PackageDeploymentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Management.Deployment.PackageDeploymentContract), 65536)]
public enum PackageDeploymentStatus
var value = Microsoft.Windows.Management.Deployment.PackageDeploymentStatus.inProgress
Public Enum PackageDeploymentStatus
Inheritance
PackageDeploymentStatus
Attributes

Fields

Name Value Description
InProgress 0

The request is in progress.

CompletedSuccess 1

The request completed successfully.

CompletedFailure 2

The request failed with some critical internal error.

Applies to