ITaskEditor Interface

Represents a UI element that can edit tasks and their settings

Definition

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

Properties

Editable Gets or sets a value indicating whether this TaskEditDialog is editor.Editable.
(Inherited from ITaskDefinitionEditor)
IsV2 Gets or sets a value indicating whether this task definition is v2.
(Inherited from ITaskDefinitionEditor)
ShowErrors Gets or sets a value indicating whether errors are shown in the UI.
(Inherited from ITaskDefinitionEditor)
Task Gets the current Task. This is only the task used to initialize this control. The updates made to the control are not registered.
TaskDefinition Gets the TaskDefinition in its edited state.
(Inherited from ITaskDefinitionEditor)
TaskFolder Gets or sets the folder for the task. If control is initialized with a Task, this value will be set to the folder of the registered task.
TaskName Gets or sets the name of the task. If control is initialized with a Task, this value will be set to the name of the registered task.
TaskService Gets the TaskService assigned at initialization.
(Inherited from ITaskDefinitionEditor)

Methods

ReinitializeControls Reinitializes all the controls based on current TaskDefinition values.
(Inherited from ITaskDefinitionEditor)

See Also