Join Slack
Powered by
Is there a way to cancel a running MR script?
# suitescript
c
Chris
09/14/2020, 2:45 PM
Is there a way to cancel a running MR script?
e
eminero
09/14/2020, 2:56 PM
undeploy the script or inactivate it. It will not stop rigth away, you will need to wait some time.
s
stalbert
09/14/2020, 3:36 PM
I think the wait is basically until the currently executing stage(s) complete.
c
Chris
09/14/2020, 4:23 PM
👍🏻 Thanks
s
stalbert
09/14/2020, 4:24 PM
IIRC, experimenting with this it waited (in my case) until the currently executing
map()
returned - it looks like NS checked that the script was active before it invoked the next
map()
call
7
Views
Open in Slack
Previous
Next