Skip to content

ParallelPipelineStageBuilder<TContext, TBaseNode>.WithAlwaysContinue Method

Definition

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

public override ParallelPipelineStageBuilder<TContext, TBaseNode> WithAlwaysContinue();

View source

Returns

ParallelPipelineStageBuilder<TContext, TBaseNode>

The fluent builder.