Hi! How do I pause scheduled script execution unti...
# suitescript
v
Hi! How do I pause scheduled script execution until task(submitted from SS script) is finished?
l
I believe you can't
v
well, I eventually ended up with while(res.status === "PROCESSING" || res.status === "PENDING") { }