Enum Outcome
Identifies the outcome of the previous transaction (in the TransactionInfoRequest response).
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum Outcome
Fields
Name | Description |
---|---|
Failed | Indicates that the transaction failed / was aborted or rollbacked. |
Partial | Indicates that the transaction has only partially succeeded (partial commit). |
Successful | If transaction was successful. This does not necessarily mean the transaction is committed, as for example Reservation does not need a commit. But if there was a rollback, the transaction must NOT be indicated as Successful, but as Failed. |
Unknown | Invalid/unknown constant value. |