TaskVariables.GetContext method

For scripting, used to share the context between different steps and tasks that are in the same job instance. This method is not implemented.

Syntax

TaskVariables.GetContext( _
  ByRef context _
)

Parameters

context [out]

The context that is used to share the context between different steps and tasks that are in the same job instance.

Return value

This method does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

TaskVariables