ITaskSettings3::get_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 get_Volatile(
  VARIANT_BOOL *pVolatile
);

Parameters

pVolatile

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