Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TransactionState.cs
2{
6 public enum TransactionState
7 {
11 Created,
12
16 Preparing,
17
21 Prepared,
22
26 Executing,
27
31 Executed,
32
36 Committing,
37
41 Committed,
42
46 RollingBack,
47
51 RolledBack,
52
56 Error
57 }
58}
TransactionState
State of a transaction