Finishes pending failures processing by committing the pending transaction.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2011
Syntax
Return Value
Result of attempt to commit the pending transaction.
Exceptions
Exception | Condition |
---|
Autodesk.Revit.Exceptions..::..InvalidOperationException |
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.
|
See Also