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

CANCELLED attribute

Indicates if the asynchronous request was cancelled using either the CANCEL-REQUESTS( ) method or the DISCONNECT( ) method on the associated server handle.
Data type: LOGICAL
Access: Read-only
Applies to: Asynchronous request object handle
If set to TRUE, the request is cancelled. Otherwise, it is pending or complete (see the COMPLETE attribute).