TaskEditDialog(Task, Boolean, Boolean) Constructor
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public TaskEditDialog(
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.