Forum Discussion
Marsha_R
Moderator
Let's see your loop code please.
kylegogtp
3 years agoContributor
Here is my code. Very basic and I need to add something to cause the loop to end, but I need to first figure out how to not have AutoTimeout to not time it out.
//Enter a mapped object and how long to delay after it is enabled.
function loopWaitForObjectEnabled(mappedObject, ms)
{
var i = 0;
while (! mappedObject["Enabled"])
{
i++;
}
Delay(ms);
}
[
i++;
}
Delay(ms);
}
- Marsha_R3 years agoModerator
Have you tried setting the auto wait to 0?
Related Content
- 11 years ago
- 10 years ago
Recent Discussions
- 12 hours ago
- 7 days ago
- 10 days ago