TaskOptionsEditor(Task, Boolean, Boolean) Constructor

Initializes a new instance of the TaskOptionsEditor class.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public TaskOptionsEditor(
	Task task,
	bool editable = true,
	bool registerOnAccept = true
)

Parameters

task  Task
The task.
editable  Boolean  (Optional)
If set to true the task will be editable in the dialog.
registerOnAccept  Boolean  (Optional)
If set to true the task will be registered when OK is pressed.

See Also