Checks if pending failure processing can be finished by committing a pending transaction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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). |
