RVTDocs.com
Namespace: Autodesk.Revit.DB

TransactionStatus

Enumeration
Description:
An enumerated type listing the possible statuses associated with a Transaction, TransactionGroup, or SubTransaction, or the result of a particular method call on one of those objects.
Syntax
public enum TransactionStatus
TransactionStatus Enumeration Members:
Name Description
0 initial value, the transaction has not been started yet in this status
1 transaction has begun (until committed or rolled back)
2 rolled back (aborted)
3 simply committed, ended an empty transaction, flushed all, or undo is disabled
4 returned from error handling that took over managing the transaction
5 error while committing or rolling back
6 while still in error handling (internal status)