2.2.5.6 SignalCodeEnumeration

This type defines a control code value, which MUST be sent to a shell or command (for more information, see section 2.2.4.38).

 <xs:simpleType name="SignalCodeEnumeration">
   <xs:restriction
     base="xs:anyURI"
   >
     <xs:enumeration
       value="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/signal/terminate"
      />
     <xs:enumeration
       value="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/signal/ctrl_c"
      />
     <xs:enumeration
       value="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/signal/ctrl_break"
      />
     <xs:enumeration
       value="powershell/signal/ctrl_c"
      />
   </xs:restriction>
 </xs:simpleType>
            

Enumeration

The following values are defined by the SignalCodeEnumeration simple type.

Value

Description

http://schemas.microsoft.com/wbem/wsman/1/windows/shell/signal/terminate

Terminates the shell or command.

http://schemas.microsoft.com/wbem/wsman/1/windows/shell/signal/ctrl_c

Sends a CTRL-C signal to the shell or command.

http://schemas.microsoft.com/wbem/wsman/1/windows/shell/signal/ctrl_break

Sends a CTRL-BREAK signal to the shell or command.

powershell/signal/ctrl_c

Sends a CTRL-C signal to the shell or command.