3.1.4.1.4.2 SPObjectStatus

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Administration

This element specifies the processing status of the object or service.

 <xs:simpleType name="SPObjectStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Online"/>
     <xs:enumeration value="Disabled"/>
     <xs:enumeration value="Offline"/>
     <xs:enumeration value="Unprovisioning"/>
     <xs:enumeration value="Provisioning"/>
     <xs:enumeration value="Upgrading"/>
     <xs:enumeration value="Patching"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SPObjectStatus simple type.

Value

Meaning

Online

The object or service is online and ready.

Disabled

The object or service is disabled and is not accessible.

Offline

The object or service is temporarily offline.

Unprovisioning

The object or service is being un-provisioned and will be disabled shortly.

Provisioning

The object or service is being provisioned and is temporarily unavailable.

Upgrading

The object or service is being upgraded and is temporarily offline.

Patching

The object or service is being patched and is currently offline.