After stopping execution of the script (below) while it was running, the stop(X) button was permanently disabled, and the Start (Right Arrow) button was not visible.
Attached are Dropbox links for the script and a screenshot, showing the state of the Stop button.
Please let me know if these links do not work (IS THERE A WAY TO ATTACH FILES IN THIS FORUM?????)
Screenshot
https://www.dropbox.com/s/twb4vl9co2cn265/Pythonista_screenshot.PNG?dl=0
Pythonista script
https://www.dropbox.com/s/xcq4eyrkvyl5q6x/ThreadCount2.py?dl=0
This script does nothing useful, it was just a simple example to type in to give Pythonista a test.
Normally, I would have added a Ctrl-C exception handler to exit gracefully by manually stopping the thread. Since there is no Ctrl key on an iPad I can't implement Ctrl-C.
Exiting Pythonista did not help. I had to reboot the iPad.
