ITaskDefinitionEditor Interface

Represents a UI element that can edit task settings

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public interface ITaskDefinitionEditor

Properties

Editable Gets or sets a value indicating whether this TaskEditDialog is editor.Editable.
IsV2 Gets or sets a value indicating whether this task definition is v2.
ShowErrors Gets or sets a value indicating whether errors are shown in the UI.
TaskDefinition Gets the TaskDefinition in its edited state.
TaskService Gets the TaskService assigned at initialization.

Methods

ReinitializeControls Reinitializes all the controls based on current TaskDefinition values.

See Also