ActionItemBaseTAction, TCollectionRunSequence Method

Run the specified sequence.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static void RunSequence(
	TAction item
)

Parameters

item  TAction
Reference to the file action that specifies the sequence to run.

Remarks

This method loads the Actions collection from the steps found in the referenced sequence.

See Also