Jump to content

How to kill a python script


Recommended Posts

If you are lucky ESCape or Command-. (period) might get you out of the loop. But if the loop is really fast, there might not be time for keyboard polling in between. You might want to put a delay into the loop while you are working on the code to give you a better chance to be able to cancel.

 

vs.wait(1)

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...