Use in conjunction with await to pause an async script
await
Time to pause for in milliseconds
await sleep(1000) // Pause for 1 second Copy
await sleep(1000) // Pause for 1 second
Use in conjunction with
await
to pause an async script