Skip to main content
Participating Frequently
September 25, 2020
Question

How can i disable "Script Events Manager" with sript file?

  • September 25, 2020
  • 1 reply
  • 477 views

Hi, I have a problem with disable "Script Events Manager", my job need enable/disable this so many time.

So is there any way to create action or scipt file to disable this thing?

This topic has been closed for replies.

1 reply

Legend
September 25, 2020
app.notifiersEnabled = true
app.notifiersEnabled = false
03KRAuthor
Participating Frequently
September 25, 2020

It work, Thank you verry much 😄