Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Intersept an event on CL5.6
Hello,
first excuse me for my english 😳
How can i intersept (catch) an event on CL5.6
I want to execute a tcl script just before stop a thread.
Is it possible ??? ❓ ❓ ❓
Thanks
Yes this can be done.
When a thread is shutdown the different ponts of control (Inbound TPS) for instance is called with a mode of shutdown.
So you just need to add your tclproc to one of them and put your code in the branch for shutdown.