StopReason 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum StopReason
type StopReason =
- 继承
-
StopReason
字段
名称 | 值 | 说明 |
---|---|---|
Undefined | 0 | |
CancelledByApp | 1 | |
Preempt | 2 | |
Timeout | 3 | |
DeviceState | 4 | |
ConstraintBatteryNotLow | 5 | |
ConstraintCharging | 6 | |
ConstraintConnectivity | 7 | |
ConstraintDeviceIdle | 8 | |
ConstraintStorageNotLow | 9 | |
Quota | 10 | |
BackgroundRestriction | 11 | |
AppStandby | 12 | |
User | 13 | |
SystemProcessing | 14 | |
EstimatedAppLaunchTimeChanged | 15 |