Safeguard Reference Manual (G06.24+, H06.03+ )

Event-Exit-Process Commands
Safeguard Reference Manual520618-013
15-9
DELETE EVENT-EXIT-PROCESS Command
The default value is no process name, which indicates that the Safeguard
software is to generate a process name. A null entry resets the value to the
default value.
CPU [cpu-number | ANY]
specifies the number of the CPU in which the event-exit process is to run. If
you specify ANY, any CPU is used.
The default value is ANY CPU. A null entry resets the value to the default
value.
PRI [priority]
specifies the priority at which the event-exit process is to run.
The default value is 155. A null entry resets the value to the default value.
PARAM-TEXT [startup-param-text]
specifies up to 255 characters of data to be supplied as the startup message
text for the event-exit process. If you specify the PARAM-TEXT attribute, it
must be the last attribute in the command string.
The default value is no text. A null entry resets the value to the default value.
Considerations
The event-exit process must be multithreaded and must perform NOWAITED I/O.
Do not specify $SYSTEM.SYSTEM.NULL as prog-filename. The process must
open its $RECEIVE queue in order to complete the enable.
Do not specify an existing process name as process-name because $ZSMP will
kill that process before starting the event-exit process.
Examples
1. To change the response timeout to 15 seconds for the event-exit process
LOGON1:
=ALTER EVENT-EXIT-PROCESS logon1, RESPONSE-TIMEOUT 15
2. To disable the event-exit process:
=ALTER EVENT-EXIT-PROCESS logon1 ENABLED off
DELETE EVENT-EXIT-PROCESS Command
DELETE EVENT-EXIT-PROCESS removes an event-exit configuration record from the
Safeguard database. After the configuration record is deleted, the event-exit process
cannot be used unless a new configuration record is created for it.