Returns if the step is active or not.
Declaration
function GetStepStatus(StepNo As Integer) As Integer
Parameters
StepNo
The step number to be checked.
Return Value
Returns 0 if the step is going to be skipped or 1 if it is executable.
Description
The GetStepStatus method returns 0 if the step at StepNo is marked to be skipped or not.