Revit 2025.3 API
Failures |
Checks if the failure processing is pending.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsPending()
Public Function IsPending As Boolean
public: bool IsPending()
member IsPending : unit -> bool
Return Value
BooleanTrue if the failures processing is in the pending state.
| Exception | Condition |
|---|---|
| InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |
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.
See Also