ActionCreateAction Method
Creates the specified action.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public static Action CreateAction(
TaskActionType actionType
)
- actionType TaskActionType
- Type of the action to instantiate.
ActionAction of specified type.