Click or drag to resize
Task Scheduler Managed Class Library

ActionCreateAction Method

Creates the specified action.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public static Action CreateAction(
	TaskActionType actionType
)
Request Example View Source

Parameters

actionType
Type: Microsoft.Win32.TaskSchedulerTaskActionType
Type of the action to instantiate.

Return Value

Type: Action
Action of specified type.
See Also