Checks if pending failure processing can be finished by committing a pending transaction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool CanCommitPendingTransaction()
Return Value
BooleanTrue if there is a pending transaction and this transaction is allowed to be committed.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |