ActionItemBaseTAction, TCollectionRunActions Method
Run all of the unmuted actions in the collection.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected static Task RunActions(
List<TAction> actions
)
Protected Shared Function RunActions (
actions As List(Of TAction)
) As Task
No code example is currently available or this language may not be supported.
- actions ListTAction
-
Reference to a collection of file actions to run.
Task
Reference to the asynchronous task that was launched.