Fortigate / AutoAFK

AFK Arena Automation
17 stars 10 forks source link

Is there a way to abort running script? #12

Closed bugaboo closed 7 months ago

Fortigate commented 1 year ago

It's something I need to work on, every activity is spawned in its own thread so the UI doesn't freeze up, but pythons thread management doesn't give any easy options to force close a thread which is what we need ideally as it doesn't matter too much if we kill something half way through. I'll look into it as it's one of the last core features we need apart from stability tweaks