Adds a step definition to the step script list.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxParameters
- strName
- Type: SystemString
A user friendly name to uniquely identify the step. - delLambda
- Type: SystemDelegate
The lambda function that constitutes the step's actions.
RemarksThis 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