Skip to content

SerialPipelineStageBuilder<TContext, TBaseNode>.WithAlwaysContinue Method

Definition

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

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

View source

Returns

SerialPipelineStageBuilder<TContext, TBaseNode>

The fluent builder.