Click or drag to resize
Task Scheduler Managed Class Library

ITaskEditor Interface

Represents a UI element that can edit tasks and their settings

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public interface ITaskEditor : ITaskDefinitionEditor
Request Example

The ITaskEditor type exposes the following members.

Properties
 NameDescription
Public propertyEditable Gets or sets a value indicating whether this TaskEditDialog is editor.Editable.
(Inherited from ITaskDefinitionEditor)
Public propertyIsV2 Gets or sets a value indicating whether this task definition is v2.
(Inherited from ITaskDefinitionEditor)
Public propertyShowErrors Gets or sets a value indicating whether errors are shown in the UI.
(Inherited from ITaskDefinitionEditor)
Public propertyTask Gets the current Task. This is only the task used to initialize this control. The updates made to the control are not registered.
Public propertyTaskDefinition Gets the TaskDefinition in its edited state.
(Inherited from ITaskDefinitionEditor)
Public propertyTaskFolder 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.
Public propertyTaskName 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.
Public propertyTaskService Gets the TaskService assigned at initialization.
(Inherited from ITaskDefinitionEditor)
Top
Methods
 NameDescription
Public methodReinitializeControls Reinitializes all the controls based on current TaskDefinition values.
(Inherited from ITaskDefinitionEditor)
Top
See Also