2.2.5.32 ServerStateFlags

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server

Specifies the state of the protocol server.

 <xs:simpleType name="ServerStateFlags" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="Probation"/>
         <xs:enumeration value="ShuttingDown"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

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

Value

Meaning

None

MUST NOT be used.

Probation

MUST NOT be used.

ShuttingDown

The protocol server is shutting down.