Using PAS for OpenEdge event procedures
- Last Updated: February 18, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PAS for OpenEdge event procedures are ABL procedures that you can specify when you configure an PAS for OpenEdge instance, and that run at specific times during the lifetime of a PAS for OpenEdge instance and its sessions. The three procedure types are described in the following sections.
- Startup and Shutdown procedures
- Connect and Disconnect procedures
- Activate and Deactivate procedures
Each of these procedures is run at specific times during the lifetime of a server session with the idea of simplifying the process of deploying an application with the PAS for OpenEdge instance.