Checks if the transaction for which failures are processed is being committed or rolled back.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public bool IsTransactionBeingCommitted() |
| Visual Basic |
|---|
Public Function IsTransactionBeingCommitted As Boolean |
| Visual C++ |
|---|
public: bool IsTransactionBeingCommitted() |
Return Value
True if current transaction is being committed, false if the transaction is being rolled back.
Remarks
A transaction is considered as "being committed" if a caller has requested the transaction to be committed and
no previous failure processing operation requested the transaction to be rolled back.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | This FailuresAccessor is inactive (is used outside of failures processing). |