Checks if the transaction for which failures are processed is being committed or rolled back.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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
Exceptions
See Also