Wait


 

Wait>seconds_to_wait

 

This command makes Macro Scheduler pause for the specified number of seconds.

 

See also: WaitWindowOpen, WaitWindowClosed, WaitPixelColor, WaitCursorChanged

 

Example

 

To wait 5 seconds :

 

Wait>5

 

This will work too :

 

Let>WaitTime=5

Wait>WaitTime