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();
Returns
ParallelPipelineStageBuilder<TContext, TBaseNode>
The fluent builder.
Last modified: 12 August 2025