CimEventTypesEnum (enum)

Specifies values for types of an Event.
Description:
Values:
cimAlarmGenerated - Event occurs when alarm specified for the event is generated.
cimAlarmAcknowledged - Event occurs when alarm specified for the event is acknowledged.
cimAlarmReset - Event occurs when alarm specified for the event is reset.
cimAlarmDeleted - Event occurs when alarm specified for the event is deleted.
cimPointChange - Event occurs when the value of point specified for the event changes.
cimPointUnavailable - Event occurs when the point specified for the event becomes unavailable.
cimPointEquals - Event occurs when the value of point specified for the event equals the specified point value.
cimPointUpdate - Event occurs when the value of point specified for the event is updated.
cimPointTransHigh - Event occurs when the value of digital type point specified for the event transitions to high.
cimPointTransLow - Event occurs when the value of digital type point specified for the event transitions to low.
cimTimed - Event occurs when time specified for event occurs.
cimRunOnce - Event occurs only once when event manager starts.
cimDisabled - Event disabled.