Upravit

Sdílet prostřednictvím


ITaskSettings3 interface (taskschd.h)

Provides the extended settings that the Task Scheduler uses to run the task.

Inheritance

The ITaskSettings3 interface inherits from ITaskSettings. ITaskSettings3 also has these types of members:

Methods

The ITaskSettings3 interface has these methods.

 
ITaskSettings3::get_MaintenanceSettings

Gets or sets a pointer to pointer to an IMaintenanceSettingsobject that Task scheduler uses to perform a task during Automatic maintenance. (Get)
ITaskSettings3::get_Volatile

Gets or sets a boolean value that indicates whether the task is automatically disabled every time Windows starts. (Get)
ITaskSettings3::put_MaintenanceSettings

Gets or sets a pointer to pointer to an IMaintenanceSettingsobject that Task scheduler uses to perform a task during Automatic maintenance. (Put)
ITaskSettings3::put_Volatile

Gets or sets a boolean value that indicates whether the task is automatically disabled every time Windows starts. (Put)

Requirements

Requirement Value
Target Platform Windows
Header taskschd.h

See also

ITaskSettings