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