Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Host Language Call Interface : Using HLC library functions : User interrupt handling
 
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.