Enum ReductionCondition
The options for when a reduction begins.
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public enum ReductionCondition
Fields
Name | Description |
---|---|
StartReductionOnFirstCompletion | Start reduction when the first of the child tasks has completed. |
StartReductionWhenAllCompleted | Start reduction when all child tasks have completed. |