[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Disables asynchronous event handling for one or more event classes.
Syntax
ASTOP:postcondition
In its argumentless form, ASTOP
disables asynchronous event handling for all event classes, provided the optional postcondition is either true or omitted.
ASTOP:postcondition evclass1...,evclassN
In its inclusive form, ASTOP
disables asynchronous event handling for all event classes named in the list, provided the optional postcondition is either true or omitted.
ASTOP:postcondition (evclass1...,evclassN)
In its exclusive form, ASTOP
disables asynchronous event handling for all event classes except for those named in the list, provided the optional postcondition is either true or omitted.
This document was generated on September 20, 2023 using texi2html 5.0.