Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
TaskService Class
TaskService Methods
AddAutomaticMaintenanceTask Method
AddTask Method
BeginInit Method
CreateFromToken Method
Dispose Method
EndInit Method
Equals Method
Execute Method
FindAllTasks Method
FindTask Method
GetDllResourceString Method
GetEventLog Method
GetFolder Method
GetHashCode Method
GetRunningTasks Method
GetTask Method
NewTask Method
NewTaskFromFile Method
RunComHandlerAction Method
RunComHandlerActionAsync Method
SetUserSecurePassword Method
StartSystemTaskSchedulerManager Method
Task
Service
Execute Method
Initial call for a Fluent model of creating a task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
ActionBuilder
Execute
(
string
path
)
Request Example
View Source
Parameters
path
String
The path of the program to run.
Return Value
ActionBuilder
An
ActionBuilder
instance.
See Also
Reference
TaskService Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.