ITaskSettings::put_RunOnlyIfNetworkAvailable method (taskschd.h)

Gets or sets a Boolean value that indicates that the Task Scheduler will run the task only when a network is available.

This property is read/write.

Syntax

HRESULT put_RunOnlyIfNetworkAvailable(
  VARIANT_BOOL runOnlyIfNetworkAvailable
);

Parameters

runOnlyIfNetworkAvailable

Return value

None

Remarks

When reading or writing XML for a task, this setting is specified in the RunOnlyIfNetworkAvailable element of the Task Scheduler schema.

Requirements

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

See also

ITaskSettings

Task Scheduler