2.2.5.11 EventType_Type

EventType_Type is an enumeration of the possible types of interactive events raised by a CIM/WMI provider. This type MUST adhere to the namespace "http://schemas.microsoft.com/wbem/wsman/1/cim/interactive.xsd". The schema MUST be as follows.

 <xs:simpleType name="EventType_Type">
   <xs:restriction base="xs:string">
     <xs:enumeration value="NoSemantics" />
     <xs:enumeration value="Debug" />
     <xs:enumeration value="Warning" />
     <xs:enumeration value="Verbose" />
     <xs:enumeration value="Progress" />
     <xs:enumeration value="Confirm" />
     <xs:enumeration value="ErrorAction" />
     <xs:enumeration value="StreamingOutput" />
   </xs:restriction>
 </xs:simpleType>

Enumeration:

The following values are defined by the EventType_Type simple type.

Value

Description

NoSemantics

None.

Debug

The message is being delivered to the Debug stream of the client. For more information, see [MS-PSRP] (section 3.2.5.4.22).

Verbose

The message is being delivered to the Debug stream of the client. For more information, see [MS-PSRP] (section 3.2.5.4.23).

Warning

The message is being delivered to the Debug stream of the client. For more information, see [MS-PSRP] (section 3.2.5.4.24).

Progress

The message is being delivered to the Debug stream of the client. For more information, see [MS-PSRP] (section 3.2.5.4.25).

Confirm

The server is prompting for confirmation of an action.

ErrorAction

The server has encountered an error and is prompting for guidance.

StreamingOutput

The server is delivering streaming output of the operation.