TxnAction Enumeration

Describes the types of actions associated with Txns.

Members

Name Value Description
Abandon Abandoning the current Txn, e.g., via IModelDb.abandonChanges.
Commit Processing a commit initiated by a call to IModelDb.saveChanges or BriefcaseConnection.saveChanges.
Merge Merging a changeset produced by a different briefcase, e.g., via BriefcaseDb.pullChanges.
None Not currently processing anything.
Reinstate Reinstating a previously reversed changeset, e.g., via TxnManager.reinstateTxn or BriefcaseTxns.reinstateTxn.
Reverse Reversing a previously-committed changeset, e.g., via TxnManager.reverseTxns BriefcaseTxns.reverseTxns.

Defined in

Last Updated: 25 April, 2024