Try OpenEdge Now
skip to main content
Error Handling
STOP and QUIT Condition Handling : QUIT condition handling
 

QUIT condition handling

ABL supports a QUIT statement to terminate an application completely. The AVM raises the QUIT condition only when it encounters a QUIT statement.
* Default handling
* Raising the QUIT condition
* Overriding default handling