2.2.5.4 CommandStateEnumeration

This type defines the state of a command running within a shell (for more information, see section 2.2.4.9).

 <xs:simpleType name="CommandStateEnumeration">
   <xs:restriction
     base="xs:anyURI"
   >
     <xs:enumeration
       value="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Done"
      />
     <xs:enumeration
       value="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Pending"
      />
     <xs:enumeration
       value="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Running"
      />
   </xs:restriction>
 </xs:simpleType>
            

Enumeration

The following values are defined by the CommandStateEnumeration simple type:

Value

Description

http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Done

Indicates that the command is Done.

http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Pending

Indicates that the command is Pending.

http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandState/Running

Indicates that the command is Running.