Skip to content

ParallelPipelineStageBuilder<TBaseNode>.WithAlwaysContinue Method

Definition

Always continue to the next stage after this one, irrespective of errors in the tree.

public override ParallelPipelineStageBuilder<TBaseNode> WithAlwaysContinue();

View source

Returns

ParallelPipelineStageBuilder<TBaseNode>

The fluent builder.