Synchronous message reception
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
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.