TaskServiceExecute Method

Initial call for a Fluent model of creating a task.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public ActionBuilder Execute(
	string path
)

Parameters

path  String
The path of the program to run.

Return Value

ActionBuilder
An ActionBuilder instance.

See Also