COMPLETE attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Indicates if the asynchronous request is completed and its result is processed on the client.
Data type: LOGICAL
Access: Read-only
Applies to: Asynchronous request object handle
If set to FALSE, the PROCEDURE-COMPLETE event on this handle has not yet been returned from the application server running the request. This attribute is set to TRUE when the application server returns the PROCEDURE-COMPLETE event and immediately before any specified event procedure or method executes.