QUIT attribute
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Indicates that a QUIT condition was returned from the application server as a result of processing the specified asynchronous request. Returns FALSE for an asynchronous request made on a Web service.
Data type: LOGICAL
Access: Read-only
Applies to: Asynchronous request object handle
If the COMPLETE attribute is FALSE,
the value of this attribute is the Unknown value (?).
When the PROCEDURE-COMPLETE event is processed, this attribute is
set to TRUE before the event procedure is executed if the remote
request returned with an unhandled QUIT condition; otherwise, it
is set to FALSE.