Click or drag to resize
Task Scheduler Managed Class Library

TaskServiceExecute 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.10.1
Syntax
public ActionBuilder Execute(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path of the program to run.

Return Value

Type: ActionBuilder
An ActionBuilder instance.
See Also