DeploymentProgressState 枚举

定义

表示部署请求的状态。

public enum class DeploymentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class DeploymentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum DeploymentProgressState
var value = Windows.Management.Deployment.DeploymentProgressState.queued
Public Enum DeploymentProgressState
继承
DeploymentProgressState
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Processing 1

正在处理部署请求。

Queued 0

部署请求已排队。

适用于

另请参阅