PackageDeploymentStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |