Hi,
Is it possible to disable Gateway Schedule Script via Script?
Thank you.
Not in v8.1. You can manipulate resources via API in v8.3.
1 Like
You could put an If Memory Tag == True at the top level of the script, then based on its condition, the rest of the script will execute or not.
2 Likes