Solved
Can pause() function in snippets be used to put delay in service?
var milliseconds = pause();
Infinite for loop is causing problem in runtime. Can pause() function be used instead of infinite loop?
var milliseconds = pause();
Infinite for loop is causing problem in runtime. Can pause() function be used instead of infinite loop?
As the description for this service mentions, it "pause for a specific number of milliseconds", so surely it works.
What're you using the infinite loop for, that always cause a problem.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.