Sets the active flag for the specified step.
Declaration
Function SetStepStatus (StepNo As Integer, ActiveState As Integer)
Description
Specifies whether or not the step specified by StepNo is active or not. Setting the status to “0” means the step is disabled (i.e., it will be skipped when the task is executed); setting it to “1” means the step is enabled.