QUIT condition
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
ABL also supports a QUIT statement
to terminate the application altogether. The AVM raises the QUIT condition
only when it encounters a QUIT statement. The default
handling of the QUIT condition differs from STOP in these
ways:
- The AVM commits, rather than undoes, the current transaction.
- Even if the user specifies the
–pstartup option to define the main procedure in your application, it returns to the operating system rather than trying to rerun the startup procedure. In other words, the AVM quits the session unconditionally.