EVENT-PROCEDURE attribute
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The name of the internal procedure to run as the event procedure for an asynchronous request.
Note:
Applies only if the ASYNCHRONOUS attribute is TRUE.
Data type: CHARACTER
Access: Read-only
Applies to: Asynchronous request object handle, Call object handle
The name of this internal procedure is the same as the name of the event procedure as specified by the EVENT-PROCEDURE option on the RUN statement. If the EVENT-PROCEDURE option is not specified, this attribute is set to the empty string ("").