Skip to content

SerialPipelineStageBuilder<TBaseNode>.WithAlwaysContinue Method

Definition

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

public override SerialPipelineStageBuilder<TBaseNode> WithAlwaysContinue();

View source

Returns

SerialPipelineStageBuilder<TBaseNode>

The fluent builder.