ITaskSettings3 interface
Provides the extended settings that the Task Scheduler uses to run the task.
Members
The ITaskSettings3 interface inherits from ITaskSettings. ITaskSettings3 also has these types of members:
Methods
The ITaskSettings3 interface has these methods.
| Method | Description |
|---|---|
| CreateMantenanceSettings |
Creates a new instance an IMaintenanceSettings object and associates it with this ITaskSettings3 object. |
Properties
The ITaskSettings3 interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets a pointer to pointer to an IMaintenanceSettingsobject that Task scheduler uses to perform a task during Automatic maintenance. | |
|
Read/write |
Gets or sets a boolean value that indicates whether the task is automatically disabled every time Windows starts. |
See also