 | TaskServiceExtensions Class |
Inheritance HierarchySystemObject Microsoft.Win32.TaskSchedulerTaskServiceExtensions Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
SyntaxThe TaskServiceExtensions type exposes the following members.
Methods | Name | Description |
---|
 | 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. |
Top
See Also