SPServerProductInfo.StatusType enumeration
SharePoint 2013
Enumerator of server status types.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| InstallRequired | Enumerator value = 0 indicating that installation is required. | |
| UpgradeInProgress | Enumerator value = 1 indicating that an upgrade is in progress. | |
| UpgradeBlocked | Enumerator value = 2 indicating that the upgrade for this server is blocked. | |
| UpgradeRequired | Enumerator value = 3 indicating that an upgrade is required. | |
| UpgradeAvailable | Enumerator value = 4 indicating that an upgrade is available. | |
| NoActionRequired | Enumerator value = 5 indicating that no action is required. | |
| Unknown | Enumerator value = 6 indicating an unknown status. |