Logic Machine Forum
Any way to schedule enable/disable script? - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Any way to schedule enable/disable script? (/showthread.php?tid=1723)



Any way to schedule enable/disable script? - MantasJ - 15.11.2018

Hello,

Is it possible to let's say disable/enable script every 4-5hours without manually doing it?

Thanks!


RE: Any way to schedule enable/disable script? - Daniel - 15.11.2018

You can do it easily via an scheduled script and command
script.enable('scriptname')
script.disable('scriptname')


RE: Any way to schedule enable/disable script? - MantasJ - 15.11.2018

Thank You!