Method Wait
Provides pause in execution processUsage
Function ZAP.Wait(
Integer Seconds,
Integer Milliseconds [Optional]
)
Parameters
Seconds
Type: Integer
Pause In Seconds
Milliseconds (optional)
Type: Integer
Default value: 0
Pause In Milliseconds
Returns
No return value
Example
VBScript
Zap.Wait 3
JavaScript
Zap.Wait(3);
Comment
Set seconds parameter only