Enum RepositoryTransactionStatus
The current state of a Repository Transaction
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum RepositoryTransactionStatus : int
Fields
Name | Description |
---|---|
Active | A current transaction that has not yet been committed |
Canceled | A transaction that was canceled |
Committed | A completed transaction that has had its contents registered with the repository |
Failed | A transaction that could not be committed |