Stopping a timedFunc

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
n.kuehl
Posts:28
Joined: Mon Mar 18, 2019 9:35 am

Stopping a timedFunc

Post by 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?

Thanks ;-)

mkerk
Posts:75
Joined: Wed Oct 20, 2010 12:25 pm

Re: Stopping a timedFunc

Post by mkerk »

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!

BR,
Mousser.

2 posts • Page 1 of 1