async property
- Last Updated: October 28, 2015
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A boolean that indicates,
if set to true, that the Data Object resource operation
was executed asynchronously in the mobile app.
Data type:
boolean
Access: Read-only
Applies to: request object
The async property is available only for
the following JSDO events or in the request object returned to a jQuery Promise
callback:
afterCreateafterDeleteafterFillafterInvokeafterUpdate
This request object property is also available for any session online and offline events that
are fired in response to the associated resource operation when it encounters a change in
the online status of the JSDO login session (JSDOSession or
Session object). The request object is itself passed as a
parameter to any event handler functions that you subscribe or register to JSDO events, any
returned jQuery Promises, and to the online and offline events of the session that manages Data Object Services
for the JSDO. This object is also returned as the value of any JSDO invocation method that
you execute synchronously.
See also:
add( ) method, remove( ) method, fill( ) method, invocation method, invoke( ) method, saveChanges( ) method