Forum Discussion
- tristaanogreEsteemed Contributorbuild your own while loop or for loop to wait a certain amount of time. 1,000,000 milliseconds is 16 minutes (1 thousand seconds). So, if you want to go for 30 minutes, you can do the following.
var LoopCount = 0
while (!Object.Exists) and (LoopCount < 30) do
{
Delay(60000);
LoopCount++;
}
Related Content
- 3 years ago
- 5 years ago
Recent Discussions
- 14 hours ago