COMPLETE attribute
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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 executes.