Enum CoreTransactionState
Represents the current state of a Core transaction.
public enum CoreTransactionState
Fields
Starting = 1
StartTransaction has been called but no operations have been performed yet.
InProgress = 2
The transaction is in progress.
Committed = 3
CommitTransaction has been called.
Aborted = 4
AbortTransaction has been called.