Replies: 2 comments 3 replies
-
|
Really, nobody has dealt with this before?? I'm making a watch part washing machine. The GUI has 2 buttons one to start the 'agitation' and one to stop it. If agitation is happening I want stop to interrupt it. I'm using asyncio to run the agitate and stop coroutines. There is some other voodoo here that's got me baffled in that if in the agitate routine I use |
Beta Was this translation helpful? Give feedback.
-
|
You may not approve but I got it to work just as I want it to my moving the 'agitate' and 'stop' methods code into the coroutines. Why it didn't work when the code was in a different function I don't get but whatever... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the proper way to handling complex tasks that are initiated by a button click?
Beta Was this translation helpful? Give feedback.
All reactions