Vocola.net
Vocola 3.1 Function Library
Wait(milliseconds)
Namespaces LibraryDragonLegacy ► Wait
Pauses command execution for a specified number of milliseconds.
Syntax
Wait(milliseconds)
Parameters
milliseconds
Number of milliseconds to pause.
Remarks
When controlling applications by sending keystrokes, effects are not always instantaneous. Use this function to insert pauses in a command, allowing the active application to respond to previous actions.

Choosing the right number of milliseconds can be a challenging tradeoff between command speed and command reliability. When possible, use Main.WaitForWindow instead.

See the (identical) Vocola 3 analog Main.Wait for an example.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)