[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.6 ASTOP

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 January 3, 2022 using texi2html 5.0.