Represents the status of a transaction.
Namespace: ININ.IceLib.Data.TransactionBuilderAssembly: ININ.IceLib.Data.TransactionBuilder (in ININ.IceLib.Data.TransactionBuilder.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
| C# |
|---|
public enum TransactionStatus |
| Visual Basic |
|---|
Public Enumeration TransactionStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Represents no status. | |
| Uninitialized | 1 | Represents an uninitialized transaction. | |
| Waiting | 2 | Represents a waiting transaction. | |
| Executing | 3 | Represents an executing transaction. | |
| Successful | 4 | Represents a successful transaction. | |
| Failed | 5 | Represents a failed transaction. | |
| Aborted | 6 | Represents an aborted transaction. | |
| Unknown | 7 | Represents a transaction in an unknown state. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.