TaskServiceExtensions Class

Extension methods for TaskService.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public static class TaskServiceExtensions
Inheritance
Object    TaskServiceExtensions

Methods

GetFilteredAvailableActions(TaskDefinition, AvailableActions, Version)Filtered the supplied available actions based on this TaskDefinition and the version of the Task Scheduler.
GetFilteredAvailableActions(TaskService, AvailableActions, Boolean, PowerShellActionPlatformOption)Filtered the supplied available actions based on this version of the Task Scheduler and options that could be set on the TaskDefinition.
GetFilteredAvailableTriggers(TaskService, AvailableTriggers, Boolean)Filtered the supplied available triggers based on this version of the Task Scheduler and options that could be set on the TaskDefinition.
GetFilteredAvailableTriggers(TaskDefinition, AvailableTriggers, Version, Boolean)Filtered the supplied available triggers based on this TaskDefinition and the version of the Task Scheduler.

See Also