Click or drag to resize
Task Scheduler Managed Class Library

TaskServiceExtensions Class

Extension methods for TaskService.
Inheritance Hierarchy
SystemObject
  Microsoft.Win32.TaskSchedulerTaskServiceExtensions

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public static class TaskServiceExtensions
Request Example View Source

The TaskServiceExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetFilteredAvailableActions(TaskDefinition, AvailableActions, Version)Filtered the supplied available actions based on this TaskDefinition and the version of the Task Scheduler.
Public Extension MethodGetFilteredAvailableActions(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.
Public Extension MethodGetFilteredAvailableTriggers(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.
Public Extension MethodGetFilteredAvailableTriggers(TaskDefinition, AvailableTriggers, Version, Boolean)Filtered the supplied available triggers based on this TaskDefinition and the version of the Task Scheduler.
Top
See Also