isAsync

abstract val isAsync: Boolean

Is true if this operation is asynchronous. This could mean that the operation returns a future in Java, or a Promise in JavaScript.