DeleteTaskStep Method

CurrentTask2 Example

 

Deletes the step at the step number specified.

 

Declaration

procedure DeleteTaskStep(StepNo As Integer)

 

Parameters

StepNo

 The step number to be deleted.

 

Description

The DeleteTaskStep method deletes the step at step number StepNo.

 

Use DeleteTaskStep to remove unwanted steps from the currently executing task.

 

Changes to the task do not take effect until the next time the task is run.