Pauses the script execution for a specified amount of time.
The number of milliseconds to pause.
import { Sleep } from '@ahmic/autoit-js';Sleep(1000); // Pauses for 1 second Copy
import { Sleep } from '@ahmic/autoit-js';Sleep(1000); // Pauses for 1 second
https://www.autoitscript.com/autoit3/docs/functions/Sleep.htm
Pauses the script execution for a specified amount of time.