Click or drag to resize
Task Scheduler Managed Class Library

TaskOptionsEditor(Task, Boolean, Boolean) Constructor

Initializes a new instance of the TaskOptionsEditor class.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public TaskOptionsEditor(
	Task task,
	bool editable = true,
	bool registerOnAccept = true
)
Request Example View Source

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