synchronous property

bool? synchronous
final

Indicates whether the action is synchronous (=true) or not.

A synchronous action means that the response of action contains all the information about the result of the action and no further querying about the status of the action is needed. Lack of this keyword means that no claim on the synchronicity of the action can be made.

Implementation

final bool? synchronous;