I have simple application where I execute long-running python task on separate QThread. My question is: how can I safely abort this task during execution? Is it possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have simple application where I execute long-running python task on separate QThread. My question is: how can I safely abort this task during execution? Is it possible?