val hasCompleted: Boolean
Indicates whether the transaction was completed (true
) or aborted (false
). Aborted means
the transaction function passed to DatasyncNode.runTransaction either returned
Abort or has been attempted too many times on the Webcom back end without success.
hasCompleted
- Indicates whether the transaction was completed (true
) or aborted (false
). Aborted means
the transaction function passed to DatasyncNode.runTransaction either returned
Abort or has been attempted too many times on the Webcom back end without success.