<Code Lib>
2021 Method
Changes 0
M

FailuresAccessor.CommitPendingTransaction

Description:
Finishes pending failures processing by committing the pending transaction.

public TransactionStatus CommitPendingTransaction()

TransactionStatus Result of attempt to commit the pending transaction.

  • This FailuresAccessor is inactive (is used outside of failures processing). -or- The processing of the failures is not in the pending state. -or- There is no pending transaction or transaction is not allowed to be committed.

Loading…