Click or drag to resize
Task Scheduler Managed Class Library

TaskEditDialog Constructor (Task, Boolean, Boolean)

Initializes a new instance of the TaskEditDialog class.

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

Parameters

task
Type: Microsoft.Win32.TaskSchedulerTask
The task.
editable (Optional)
Type: SystemBoolean
If set to true the task will be editable in the dialog.
registerOnAccept (Optional)
Type: SystemBoolean
If set to true the task will be registered when OK is pressed.
See Also