[]
Enumeration of the possible states an ITransaction can be in.
public enum TransactionState
| Name | Description |
|---|---|
| Committed | A transaction is committed. |
| Committing | A transaction is in the process of being committed. |
| Open | A transaction is open. |
| RolledBack | A transaction is rolled back. |
| RollingBack | A transaction is in the process of being rolled back. |