TaskVariables.SetOutput method

For scripting, sets the output variables for a task. This method is not implemented.

Syntax

TaskVariables.SetOutput( _
  ByVal input _
)

Parameters

input [in]

The output variables for a task.

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