PipelineStage<TContext, TBaseNode>.Run Method
Definition
Runs the stage.
public bool Run(TContext? context, TBaseNode root);
Parameters
Name | Type | Description |
|---|---|---|
context | TContext | The processing context. |
root | TBaseNode | The root node to run processing on. |
Returns
true if the pipeline should proceed to the next stage, false otherwise.
Last modified: 08 September 2025