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