Skip to content

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

View source

Property Value

Func<TBaseNode, Boolean>