Enum RepoTransactionCompletionOperation
Identifies which transaction-completion step (commit or rollback) was in progress when the failure surfaced via the TransactionCompletionFailed event occurred.
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public enum RepoTransactionCompletionOperation
Fields
| Name | Description |
|---|---|
| Commit | The transaction was being committed. Added files are still accessible after the failure; they are merely left in an indeterminate state pending repair by the next cleaner pass. |
| Rollback | The transaction was being rolled back. Deleted files are still accessible after the failure; they are merely left in an indeterminate state pending repair by the next cleaner pass. |