Stop Thread in python when I press on a button
2014-4-1 · You can't stop a thread. Your only hope is that the code running in the thread has a mechanism to be notified that it should pause or exit. I have no idea what 'manager' is, but if it's stop() method is designed to be called from another thread, then you …
Get Price