ActionItemBaseTAction, TCollectionRunActions Method

Run all of the unmuted actions in the collection.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static Task RunActions(
	List<TAction> actions
)

Parameters

actions  ListTAction
Reference to a collection of file actions to run.

Return Value

Task
Reference to the asynchronous task that was launched.

See Also