Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the work that a SharePoint app job is doing.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPAppJobOperation
'Usage
Dim instance As SPAppJobOperation
public enum SPAppJobOperation
Members
| Member name | Description | |
|---|---|---|
| InvalidOperation | Indicates an internal product error, and should not occur in usage. Value=0. | |
| Install | Indicates that this job is installing an app instance. Value=1. | |
| Uninstall | Indicates that this job is uninstalling an app instance. Value=2. | |
| Upgrade | Indicates that this job is upgrading an app instance. Value=3. | |
| Disable | Indicates that this job is disabling an app instance. Value=4. | |
| Restore | Indicates that this job is restoring a disabled app instance. Value=5. | |
| SecretRoll | ||
| Recycle | ||
| RestoreFromRecycleBin |