MrKWatkins.Ast Help

Pipeline<TNode>.Run Method

Overloads

Name

Description

Run(TNode)

Runs the pipeline on the specified root node.

Run(TNode, String)

Runs the pipeline on the specified root node.

Run(TNode)

Runs the pipeline on the specified root node.

public bool Run(TNode root);

Parameters

Name

Type

Description

root

TNode

The root node to run the pipeline on.

Returns

Boolean

true if all stages ran successfully, false otherwise.

Run(TNode, String)

Runs the pipeline on the specified root node.

public bool Run(TNode root, out string lastStageRan);

Parameters

Name

Type

Description

root

TNode

The root node to run the pipeline on.

lastStageRan

String

The name of the last stage that was ran. 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: 09 September 2024