getOutputParameter

On this page
Back to index

Summary

Gets all output parameters from an output parameter container. You must specify either the jobId or flowRuntimeId object locators to find the parameter.
outputParameterName
Stringrequired
The name of the output parameter.
flowRuntimeId
Stringoptional
The primary key or name of the flowRuntime container of the property sheet that owns the property.
jobId
Stringoptional
The ID of the job.
jobStepId
Stringoptional
The primary key of the job-step container of the property sheet that owns the property.

Usage

Perl

$cmdr->getOutputParameter( "test-outputParameterName" # outputParameterName # optionals );

ectool

ectool getOutputParameter \ "test-outputParameterName" `# outputParameterName` \ # optionals