getLastRC

Top  Previous  Next

Returns the return code detected by the last executed step.

Syntax

getLastRC()

Parameters

None.

Return code

The exit code of the last executedstep.

Sample

if (getLastRC()==8) {
       ...
}