Computer Science, asked by surlamoulika96, 1 year ago

___________ is the command we can use to hold the bot execution for some specific amount of time and then continue.

Answers

Answered by writersparadise
10

The answer is setTimeout.


setTimeout is the command we can use to hold the bot execution for some specific amount of time and then continue. This command can be used to execute a function or evaluate an expression after a certain period of time in milliseconds.

The execution of the setTimeout command takes place only one. The format to perform this command is

setTimeout(function, milliseconds)
;.

mailme531: This is related to Automation Everywhere. Correct Answer is 'Delay'.
Answered by shoaibahmad131
2

setTimeout can be defined as a command which we can use to hold the bot execution for some specific amount of time and then continue. settimeout command can be used to execute a function or evaluate an expression after a certain period of time in milliseconds. The execution of the setTimeout command takes place only once


Similar questions