getStepRC

Top  Previous  Next

Returns the return code detected by the requested step.

Syntax

getStepRC(name)

Parameters

name

Name of the step to inquire

Return code

The exit code of the inquired step.

Sample

if (getStepRC("STEP12")==8) {
       ...
}