Enum TaskRoles
Enumerates the different task roles for work units.
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public enum TaskRoles
Fields
Name | Description |
---|---|
JobControllerTask | The work unit is a job controller task. |
JobPreparationTask | The work unit is a job preparation task. |
JobReleaseTask | The work unit is a job release task. |
Normal | The work unit is a normal task. |
ReductionTask | The work unit is a reduction task. |