User interrupt handling
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
User interrupt handling
The HLC function library contains an interrupt-handling function, prockint(), that allows you to check when a user presses the STOP key (CONTROL-C on Unix; CONTROL-BREAK in
Windows).
Use prockint() in place of your own interrupt-handling function. Using your
own interrupt-handling function during an HLC call could interfere with how ABL handles
interrupts once you return from the call.