English, asked by rjmani2007, 1 year ago

___________ 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 Sidyandex
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