CimEvent.EventExecution (property)

Gets and sets the EventExecution type.
Syntax: EventExecutionTypesEnum = object.EventExecution
object.EventExecution = EventExecutionTypesEnum
Description: CimEvent.EventExecutuion is an enumeration that specifies the execution of the event.



Examples

The following script sets the executuion type for the object.:
CimEvent.EventExecution = CimSequentialExecution