getCurrentStepName

Top  Previous  Next

Returns the name of the currently running step, as set by the step function.

Syntax

getCurrentStepName()

Parameters

None.

Return code

A string containing the step name.

Sample

log ("The step running is named: "+getCurrentStepName());