AppInstanceStatus 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.
public enum AppInstanceStatus
type AppInstanceStatus =
Public Enum AppInstanceStatus
- Inheritance
-
AppInstanceStatus
Fields
Name | Value | Description |
---|---|---|
InvalidStatus | 0 | |
Installing | 1 | |
Uninstalling | 4 | |
Installed | 5 | |
Canceling | 7 | |
Upgrading | 8 | |
Initialized | 9 | |
UpgradeCanceling | 10 | |
Disabling | 11 | |
Disabled | 12 | |
SecretRolling | 13 | |
Recycling | 14 | |
Recycled | 15 | |
Restoring | 16 | |
RestoreCanceling | 17 |