Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: code keeps running if i use from threading import timer?
Post: RE: code keeps running if i use from threading imp...

(Jan-25-2019, 04:26 AM)stullis Wrote: To halt execution of the main thread while the timer is running, call the Timer.join() method. This forces the calling thread to wait for the Timer to complete....
birddseedd General Coding Help 3 2,606 Jan-25-2019, 04:39 AM
    Thread: code keeps running if i use from threading import timer?
Post: code keeps running if i use from threading import ...

seems like my code keeps running if i use this to create a pause. this isn't exactly my goal. I need to "pause" the code for a period of time. but if an "emergency stop" button is pressed during the p...
birddseedd General Coding Help 3 2,606 Jan-25-2019, 03:58 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020