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.12.0
Syntax
C#
public static Action CreateAction(
	TaskActionType actionType
)
Request Example View Source

Parameters

actionType  TaskActionType
Type of the action to instantiate.

Return Value

Action
Action of specified type.
See Also