PackageDeploymentProgressStatus 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.
Defines constants that specify the progress status of the deployment request.
public enum class PackageDeploymentProgressStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Management.Deployment.PackageDeploymentContract, 65536)]
enum class PackageDeploymentProgressStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Management.Deployment.PackageDeploymentContract), 65536)]
public enum PackageDeploymentProgressStatus
var value = Microsoft.Windows.Management.Deployment.PackageDeploymentProgressStatus.queued
Public Enum PackageDeploymentProgressStatus
- Inheritance
-
PackageDeploymentProgressStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Queued | 0 | The deployment request is queued. |
InProgress | 1 | The deployment request is in progress. |
CompletedSuccess | 2 | The deployment request completed successfully. |
CompletedFailure | 3 | The deployment request failed with some critical internal error. |