[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Enables asynchronous event handling for one or more event classes.
Syntax
ASTART:postcondition
In its argumentless form, ASTART
enables asynchronous event handling for all event classes, provided the optional postcondition is either true or omitted.
ASTART:postcondition evclass1...,evclassN
In its inclusive form, ASTART
enables asynchronous event handling for all event classes named in the list, provided the optional postcondition is either true or omitted.
ASTART:postcondition (evclass1...,evclassN)
In its exclusive form, ASTART
enables 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.