This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Temporary overwrite a scheduler
#1
Hi alll,

I want to overwrite a scheduler temporary with a preferred value for some time. And when my event value return false again the scheduler should work as normal at that given time point. How can i do that?

Code:
value = event.getvalue()

if value == true then
  --overwrite the scheduler object
else
  --switch the object back following the scheduler
end

Thanks in advance for the help.
Reply


Messages In This Thread
Temporary overwrite a scheduler - by Joep - 20.09.2023, 12:54
RE: Temporary overwrite a scheduler - by Joep - 20.09.2023, 13:05
RE: Temporary overwrite a scheduler - by Joep - 20.09.2023, 13:13
RE: Temporary overwrite a scheduler - by Joep - 20.09.2023, 13:21
RE: Temporary overwrite a scheduler - by Joep - 20.09.2023, 13:27

Forum Jump: