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; }
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; }