SPAppInstanceStatus enumeration

Represents the lifecycle status of an app instance.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPAppInstanceStatus
'Usage
Dim instance As SPAppInstanceStatus
public enum SPAppInstanceStatus

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=2.
Uninstalling The app instance is uninstalling. Value=3.
Installed The app instance is installed. Value=4.
Upgrading The app instance is upgrading. Value=5.
Initialized The app instance has been created, but not yet installed. Value=6.
UpgradeCanceling The app instance was upgrading, but has cancelled. Value=7.
Disabling The app instance is disabling. Value=8.
Disabled The app instance is disabled. Value=9.
SecretRolling
Recycling
Recycled
Restoring
RestoreCanceling

See also

Reference

Microsoft.SharePoint.Administration namespace