 | TaskServiceExtensions Methods |
The 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