IIdleSettings::put_RestartOnIdle method (taskschd.h)
Gets or sets a Boolean value that indicates whether the task is restarted when the computer cycles into an idle condition more than once.
This property is read/write.
C++
HRESULT put_RestartOnIdle(
VARIANT_BOOL restart
);
restart
None
This property is only used if the StopOnIdleEnd property is set to True.
When reading or writing XML for a task, this setting is specified in the RestartOnIdle element of the Task Scheduler schema.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | taskschd.h |
Library | Taskschd.lib |
DLL | Taskschd.dll |