asyncOperationsEnabled property

bool? asyncOperationsEnabled
getter/setter pair

Async operations enabled for the connection.

If Async Operations is enabled, Connection allows the customers to initiate async long running operations using the actions API.

Optional.

Implementation

core.bool? asyncOperationsEnabled;