PipelineStageBuilder<TSelf, TStage, TBaseNode, TProcessor, TShouldContinue>.WithAlwaysContinue Method
Definition
Specifies that processing should always continue after this stage. By default, processing will not continue if there are any errors in the tree.
public abstract TSelf WithAlwaysContinue();
Returns
TSelf
The fluent builder.
Last modified: 12 August 2025