PipelineStage<TBaseNode>.Run Method
Definition
Runs the stage.
public bool Run(TBaseNode root);
Parameters
Name | Type | Description |
|---|---|---|
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