Top "Terminate" questions

For questions regarding the termination of processes, threads, and sessions.

Is there any way to kill a Thread?

Is it possible to terminate a running thread without setting/checking any flags/semaphores/etc.?

python multithreading kill terminate
How to stop/terminate a python script from running?

I wrote a program in IDLE to tokenize text files and it starts to tokeniza 349 text files! How can I …

python execution terminate termination
How to stop C++ console application from exiting immediately?

Lately, I've been trying to learn C++ from this website. Unfortunately whenever I try to run one of the code …

c++ console exit terminate c++-faq
Stopping Excel Macro executution when pressing Esc won't work

I'm running excel 2007 on XP. Is there a way to stop a macro from running during its execution other than …

vba excel terminate
How to terminate a Xamarin application?

How to terminate a Xamarin application from any of the activities? I have tried both System.Environment.Exit(0) and System.…

xamarin terminate
PHP - exit or return which is better?

I would like to know in the following case which is a better option: In the PHP script, if the $…

php terminate
run xterm -e without terminating

I want to run xterm -e file.sh without terminating. In the file, I'm sending commands to the background and …

bash execute terminate xterm
Which is the proper way to terminate a delphi application?

I would like to terminate a Delphi application without executing any other code line and I'm wondering about which is …

delphi terminate halt
Why not to start a thread in the constructor? How to terminate?

I am learning how to use threads in Java. And I wrote a class that implements Runnable to run concurrently …

java multithreading terminate
SBT stop run without exiting

How do you terminate a run in SBT without exiting? I'm trying CTRL+C but it exits SBT. Is there …

scala sbt terminate