2.2.5.31 ServerStateFlags

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

An enumeration specifying 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="ShuttingDown"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

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

Value

Meaning

ShuttingDown

The protocol server is shutting down.