<Code Lib>
2020 Method
Changes 0
M

FailuresAccessor.CanRollBackPendingTransaction

Description:
Checks if pending failure processing can be finished by rolling back a pending transaction.
Remarks:
Check makes sense only if the failure processing is pending.

public bool CanRollBackPendingTransaction()

bool True if there is a pending transaction and this transaction is allowed to be rolled back

Loading…