EVENT_STATE - UEMLoad configuration option
Description
The EVENT_STATE option specifies whether or not an event is processed by the event-driven UEM Server to which it is assigned (via the event definition record's ASSIGNED_COMPONENT_NAME field).
Usage
Specification Method | Parameter / Value | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Command Line, Short Form | n/a | |||||
Command Line, Long Form | -state eventstate | |||||
Definition File Keyword | state eventstate |
Value
eventstate is the specification for whether or not the event is processed.
Valid values for eventstate are:
- enable
Event definition is processed by UEM. - disable
Event definition is ignored by UEM.
An event definition whose eventstate is set to disable still is added to the list of assigned event definitions obtained by an event-driven UEM Server during startup processing. However, the UEM Server will not process that event until:
- eventstate is set to enable.
- UEM Server refreshes its list of assigned event definitions.
Default is enable.