Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionAddNew Method

Adds a new Action instance to the task.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public Action AddNew(
	TaskActionType actionType
)
Request Example View Source

Parameters

actionType  TaskActionType
Type of task to be created

Return Value

Action
Specialized Action instance.
See Also