FdbTransactionState
Namespace: FoundationDB.Client · enum
Implements: IComparable, ISpanFormattable, IFormattable, IConvertible
Current state of a transaction
Fields
Aborted
Aborted = 3
The last execution of the handler was aborted
Commit
Commit = 2
The last execution of the handler successfully committed the transaction
Completed
Completed = 1
The last execution of the handler successfully executed the read-only transaction
Faulted
Faulted = 0
The last execution of the handler failed