Synchronous message reception
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Synchronous message reception
ABL does not explicitly support receiving messages synchronously,
but the same effect can be achieved by use of the WAIT–FOR statement
or the waitForMessages procedure. These constructs
wait for a user-defined event. When the desired message is received,
the message handler can trigger the termination of the WAIT–FOR statement
or the waitForMessages procedure —for example,
by applying the specified user-defined event.