Interrupts
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
An interrupt (CTRL+C on UNIX or
Microsoft platforms) while an ABL–JMS call is executing can cause the call to return either an
ABL STOP condition or an ERROR
condition, depending on the exact timing. The ABL–JMS implementation guarantees that partial
messages will not be sent or received as the result of an interrupt.