2022 Enumeration
Changes 0
E

TransactionStatus

Description:
An enumerated type listing the possible statuses associated with a Transaction, TransactionGroup, or SubTransaction, or the result of a particular method call on one of those objects.
public enum TransactionStatus
Name Description
E Uninitialized initial value, the transaction has not been started yet in this status
E Started transaction has begun (until committed or rolled back)
E RolledBack rolled back (aborted)
E Committed simply committed, ended an empty transaction, flushed all, or undo is disabled
E Pending returned from error handling that took over managing the transaction
E Error error while committing or rolling back
E Proceed while still in error handling (internal status)