SP.AppInstanceStatus enumeration
Represents the lifecycle stats of an app instance.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.AppInstanceStatus = {canceling : "Undefined",disabled : "Undefined",disabling : "Undefined",initialized : "Undefined",installed : "Undefined",installing : "Undefined",invalidStatus : "Undefined",registering : "Undefined",uninstalled : "Undefined",uninstalling : "Undefined",upgradeCanceling : "Undefined",upgrading : "Undefined",registerEnum : "Undefined"}
Members
TheAppInstanceStatus objectenumeration has the following members.
Member |
Value |
Description |
---|---|---|
canceling |
Undefined |
The app instance was installing, but was cancelled, and is now uninstalling. Value=7. |
disabled |
Undefined |
The app instance is disabled. Value=12. |
disabling |
Undefined |
The app instance is disabling. Value=11. |
initialized |
Undefined |
The app instance has been created, but not yet installed. Value=9. |
installed |
Undefined |
The app instance is installed. Value=5. |
installing |
Undefined |
The app instance is installing. Value=-1. |
invalidStatus |
Undefined |
An internal product error has occurred. Value=0. |
registering |
Undefined |
|
uninstalled |
Undefined |
|
uninstalling |
Undefined |
The app instance is uninstalling. Value=4. |
upgradeCanceling |
Undefined |
The app instance was upgrading, but has cancelled. Value=10. |
upgrading |
Undefined |
The app instance is upgrading. Value=8. |
registerEnum |
Undefined |