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.10.1
Syntax
public static class TaskServiceExtensions
Request Example View Source
Methods
  NameDescription
Public methodStatic memberGetFilteredAvailableActions(TaskDefinition, AvailableActions, Version)
Filtered the supplied available actions based on this TaskDefinition and the version of the Task Scheduler.
Public methodStatic memberGetFilteredAvailableActions(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 methodStatic memberGetFilteredAvailableTriggers(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 methodStatic memberGetFilteredAvailableTriggers(TaskDefinition, AvailableTriggers, Version, Boolean)
Filtered the supplied available triggers based on this TaskDefinition and the version of the Task Scheduler.
Top
See Also