20.09.2023, 12:54
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?
Thanks in advance for the help.
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.