FailuresAccessor.IsPending
Description:
Checks if the failure processing is pending.
Checks if the failure processing is pending.
Remarks:
The failure processing is pending after failures processor has returned WaitForUserInput and until pending state is finished by either committing or rolling back of the pending transaction.
The failure processing is pending after failures processor has returned WaitForUserInput and until pending state is finished by either committing or rolling back of the pending transaction.
public bool IsPending()
Boolean
True if the failures processing is in the pending state.
-
This FailuresAccessor is inactive (is used outside of failures processing).