EVENT-PROCEDURE-CONTEXT attribute
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The procedure handle of the active procedure context where the event procedure is defined for an asynchronous request.
ASYNCHRONOUS attribute is TRUE.Data type: HANDLE
Access: Read-only
Applies to: Asynchronous request object handle, Call object handle
This procedure handle is the same as the
handle specified by the EVENT-PROCEDURE...IN
procedure-context option of the
RUN statement that executes this request. If the
EVENT-PROCEDURE...IN option is not specified (the default),
this attribute is set to the value of the THIS-PROCEDURE system handle at the time the
RUN statement was executed. The attribute returns the unknown
(?) value if the EVENT-HANDLER-OBJECT attribute is specified as an object.