ActionCreateAction Method

Creates the specified action.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public static Action CreateAction(
	TaskActionType actionType
)

Parameters

actionType  TaskActionType
Type of the action to instantiate.

Return Value

Action
Action of specified type.

See Also