Click or drag to resize

StepScriptStep Method

Adds a step definition to the step script list.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub Step ( 
	strName As String,
	delLambda As Delegate
)

Parameters

strName
Type: SystemString
A user friendly name to uniquely identify the step.
delLambda
Type: SystemDelegate
The lambda function that constitutes the step's actions.
Remarks
This method should only be used to define script steps. Never call this function from within the step's lambda or from other scripts.
See Also