MrKWatkins.Ast 0.9.132 Help

Pipeline<TBaseNode>.Run Method

Overloads

Name

Description

Run(TBaseNode)

Runs the pipeline on the specified root node.

Run(TBaseNode, String)

Runs the pipeline on the specified root node.

Run(TBaseNode)

Runs the pipeline on the specified root node.

public bool Run(TBaseNode root);

Parameters

Name

Type

Description

root

TBaseNode

The root node to run the pipeline on.

Returns

Boolean

true if all stages ran successfully, false otherwise.

Run(TBaseNode, String)

Runs the pipeline on the specified root node.

public bool Run(TBaseNode root, out string lastStageRun);

Parameters

Name

Type

Description

root

TBaseNode

The root node to run the pipeline on.

lastStageRun

String

The name of the last stage that was run. If false is returned then this will be the name of the stage that stopped further stages from continuing.

Returns

Boolean

true if all stages ran successfully, false otherwise.

Last modified: 12 August 2025