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 : int
Fields
Name | Description |
---|---|
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. |