2.2.5.15 StateType

StateType is an enumeration of connection modes used by the server for shell instances created by plug-ins that implement the Disconnect Shell capability. This type is used under the following namespace: "http://schemas.microsoft.com/wbem/wsman/1/windows/shell".

The schema MUST be as shown here.

 <xs:simpleType name="StateType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Connected" />
     <xs:enumeration value="Disconnected" />
   </xs:restriction>
 </xs:simpleType>

Enumeration

The following values are defined by the StateType simple type.

Value

Description

Connected

Indicates that the shell instance on the server is currently connected to a client.

Disconnected

Indicates that the shell instance on the server is not currently connected to a client.