___________ is the command we can use to hold the bot execution for some specific amount of time and then continue.
A. Pause
B. Delay
C. Wait
D. Hold
Answers
Answered by
25
The correct option is B. Delay.
Delay is the command we can use to hold the bot execution for some specific amount of time and then continue.
Delay () is used for delaying the execution of the script for a particular amount of time. The function can be used as “function delay (ms)”.
Similar questions