Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 2.39 KB

taskschedulerschema-runonlyifnetworkavailable-settingstype-element.md

File metadata and controls

86 lines (49 loc) · 2.39 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
RunOnlyIfNetworkAvailable (settingsType) Element
Specifies that the Task Scheduler will run the task only when a network is available.
b7b804d3-b31a-4d70-9ba5-805a285e278e
RunOnlyIfNetworkAvailable element Task Scheduler
apiref
RunOnlyIfNetworkAvailable
Schema
reference
05/31/2018

RunOnlyIfNetworkAvailable (settingsType) Element

Specifies that the Task Scheduler will run the task only when a network is available.

<xs:element name="RunOnlyIfNetworkAvailable"
    type="boolean"
    default="false"
    minOccurs="0"
 />

The RunOnlyIfNetworkAvailable element is defined by the settingsType complex type.

Parent element

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

Remarks

For C++ development, see RunOnlyIfNetworkAvailable Property of ITaskSettings.

For script development, see TaskSettings.RunOnlyIfNetworkAvailable.

Examples

The following XML defines a settings element that allows the task to start only if a network is available.

<Settings>
    <RunOnlyIfNetworkAvailable>true</RunOnlyIfNetworkAvailable>
</Settings>

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Task Scheduler Schema Elements