Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.84 KB

taskschedulerschema-volatile-element.md

File metadata and controls

75 lines (44 loc) · 1.84 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
Volatile Element
Indicates whether the task is automatically disabled every time Windows starts.
E0298876-2A96-401D-B857-69758AF980E5
Volatile element Task Scheduler
apiref
Volatile
Schema
reference
05/31/2018

Volatile Element

Indicates whether the task is automatically disabled every time Windows starts.

<xs:element name="Volatile"
    type="xsd:boolean"
    maxOccurs="1"
    minOccurs="0"
    default="false"
 />

The Volatile element is defined by the settingsType complex type.

Parent element

Element Derived from Description
Settings Contains the settings that the Task Scheduler uses to perform the task.

Remarks

For C++ programming, this idle setting is specified using the ITaskSettings3::Volatile property.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]

See also

Task Scheduler Schema Elements

Task Scheduler