Enum CorrelatedTodo.MergeResult
Denotes values returned by a call to Merge(host, todo)
Namespace: Azos.Sky.Workers
Assembly: Azos.Sky.dll
Syntax
public enum MergeResult
Fields
| Name | Description |
|---|---|
| IgnoreAnother | The original should be left as-is and another instance should be dropped as if it never existed |
| Merged | The original should be updated with the merged content from another. Another is discarded (as it is already merged into original) |
| None | The Merge operation did not merge anything, so the another correlated todo should be inserted as a new one leaving the original intact |