GetStepStatus Method

CurrentTask  Example

 

Retrieves the status flag for the specified step.

 

Declaration

Function GetStepStatus (StepNo As Integer) As Integer

 

Description

Returns a value whether or not the step specified by StepNo is active or not. If the status is “0”, the step is disabled (i.e., the step will be skipped when the task is executed); if the status is “1”, the step is enabled.