Click or drag to resize

StepScriptStartAt Method

Starts script execution at a given step position.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Function StartAt ( 
	intIdx As UInteger
) As Task

Parameters

intIdx
Type: SystemUInt32
The zero-based index of the step to start from.

Return Value

Type: Task
An awaitable Task.
Remarks
The CtcService must be started otherwise a CtcIsStoppedException will be thrown.
See Also