ITaskSettings3::put_Volatile method (taskschd.h)

Gets or sets a boolean value that indicates whether the task is automatically disabled every time Windows starts.

This property is read/write.

Syntax

HRESULT put_Volatile(
  VARIANT_BOOL Volatile
);

Parameters

Volatile

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header taskschd.h
Library Taskschd.lib
DLL Taskschd.dll

See also

ITaskSettings3