Enum TransactionState
- Namespace
- AiDotNet.RetrievalAugmentedGeneration.Graph
- Assembly
- AiDotNet.dll
Represents the state of a transaction.
public enum TransactionState
Fields
Active = 1Transaction is active and accepting operations.
Committed = 2Transaction has been committed successfully.
Failed = 4Transaction failed during commit.
NotStarted = 0Transaction has not been started.
RolledBack = 3Transaction has been rolled back.