PipelineStage<TBaseNode>.ShouldContinue Property
Definition
Function to run after the stage to determine if the pipeline should move on to the next stage or not.
public Func<TBaseNode, bool> ShouldContinue { get; }
Property Value
Last modified: 12 August 2025