Enum ExtractorTaskResult
Result of a long-running extractor task.
Used to indicate whether a task is expected to exit, and whether an exit should be considered the extractor crashing.
Namespace: Cognite.Extractor.Utils.Unstable
Assembly: ExtractorUtils.dll
Syntax
public enum ExtractorTaskResult
Fields
Name | Description |
---|---|
Expected | Task was expected to shut down. |
Unexpected | Task should not have shut down. |