Introduces a delay in script execution.
Namespace:
RRAutoLib.Scripting
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxParameters
- intDuration
- Type: SystemUInt32
Number of milliseconds to wait before continuing with the next line of script. - sctCancelToken (Optional)
- Type: System.ThreadingCancellationToken
Token provided by a controlling source to notify this method that it should cancel its execution.
Return Value
Type:
TaskThe
Task that must be awaited, for the delay to occur.
RemarksThis method was designed specifically for use within the scripting context.
See Also