Skip to content

PipelineStage<TContext, 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<TContext, TBaseNode, bool> ShouldContinue { get; }

View source

Property Value

Func<TContext, TBaseNode, Boolean>