ActionCollectionAddNew Method

Adds a new Action instance to the task.

Definition

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

Parameters

actionType  TaskActionType
Type of task to be created

Return Value

Action
Specialized Action instance.

See Also