Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
2 posts
• Page 1 of 1
n.kuehl
Posts:28
Joined: Mon Mar 18, 2019 9:35 am
Stopping a timedFunc
Postby n.kuehl »
Hello,
is there a way to stop a timedFunc - instance? Doesn't matter if from within a call or elsewhere.
Or is it only stoppable, if the CTRL-Manager-Process is killed?
Hello,
you can try to set the TimedFunction DPE "_TimedFunc.ValidUntil" to now.
just a remark: the function int timedFuncRemove(funcName, dpName); can be used to remove a running timedFunc. BUT the timedFunc() and timedFuncRemove() have to run in the same CONTROL manager!