ASYNCHRONOUS attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Makes a dynamic invoke asynchronously. That is, the INVOKE( ) method with ASYNCHRONOUS set to TRUE does dynamically what the RUN statement with the ASYNCHRONOUS option does statically.
Note: If ASYNCHRONOUS is TRUE, the logic being invoked must reside
on an application server.
Data type: LOGICAL
Access: Readable/Writable
Applies to: Call object handle
Syntax
|
- logical-expression
- A LOGICAL expression which, if TRUE, makes the dynamic invoke asynchronous. The default is FALSE.
If ASYNCHRONOUS is TRUE, when the dynamic invoke returns successfully, it sets the ASYNC-REQUEST-HANDLE attribute to indicate an asynchronous-request object that provides information on this particular asynchronous request.