Click or drag to resize
Task Scheduler Managed Class Library

TaskServiceExtensions Methods

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