AppInstanceStatus enumeration
Represents the lifecycle status of an app instance.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration AppInstanceStatus
'Usage
Dim instance As AppInstanceStatus
public enum AppInstanceStatus
Members
Member name | Description | |
---|---|---|
InvalidStatus | An internal product error has occurred. Value=0. | |
Installing | The app instance is in the process of installing. Value-1. | |
Canceling | The app instance was installing, but was cancelled, and is now uninstalling. Value=7. | |
Uninstalling | The app instance is uninstalling. Value=4. | |
Installed | The app instance is installed. Value=5. | |
Upgrading | The app instance is upgrading. Value=8. | |
Initialized | The app instance has been created, but not yet installed. Value=9. | |
UpgradeCanceling | The app instance was upgrading, but has cancelled. Value=10. | |
Disabling | The app instance is disabling. Value=11. | |
Disabled | The app instance is disabled. Value=12. | |
SecretRolling | ||
Recycling | ||
Recycled | ||
Restoring | ||
RestoreCanceling |