Join Slack
Powered by
Hi! How do I pause scheduled script execution unti...
# suitescript
v
Vlad Shepshuk
11/05/2019, 10:33 AM
Hi! How do I pause scheduled script execution until task(submitted from SS script) is finished?
l
Lea CC
11/05/2019, 12:36 PM
I believe you can't
v
Vlad Shepshuk
11/05/2019, 3:20 PM
well, I eventually ended up with while(res.status === "PROCESSING" || res.status === "PENDING") { }
Open in Slack
Previous
Next