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