Checks if pending failure processing can be finished by rolling back a pending transaction.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2011
Syntax
| C# |
|---|
public bool CanRollBackPendingTransaction() |
| Visual Basic |
|---|
Public Function CanRollBackPendingTransaction As Boolean |
| Visual C++ |
|---|
public:
bool CanRollBackPendingTransaction() |
Return Value
True if there is a pending transaction and this transaction is allowed to be rolled back
Remarks
Exceptions
See Also