Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : COMPLETE attribute
 

COMPLETE attribute

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 AppServer running the request. This attribute is set to TRUE when the AppServer returns the PROCEDURE-COMPLETE event and immediately before any specified event procedure executes.