Enum WorkerParentState
Describes the execution state of a WorkerParent, i.e. a worker or a WorkerSystem.
See
Worker Life-cycle for details.
Namespace: actionETL
Assembly: actionETL.dll
Syntax
public enum WorkerParentState
Fields
| Name | Description |
|---|---|
| Canceled |
|
| Created |
|
| Error |
|
| Fatal |
|
| Running |
|
| Succeeded |
|