[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To disable asynchronous event handling, the ASTOP
command is used. In the following example, we will disable asynchronous event handling for the INTERRUPT
event class:
ASTOP "INTERRUPT"
Omitting the "INTERRUPT"
argument will disable asynchronous event handling for all event classes. See ASTOP
in the commands section for more details.
You may also disable asynchronous event handling for a specific event identifier by KILL
ing the appropriate node in the ^$JOB
SSVN, which unregisters the event handler altogether. The following example will unregister the event handler for the SIGWINCH
event identifier:
KILL ^$JOB($JOB,"EVENT","INTERRUPT","SIGWINCH")
This document was generated on September 20, 2023 using texi2html 5.0.