MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
181 stars 47 forks source link

BUG: Pausing only work while ran as admin #84

Closed AK1244 closed 3 years ago

AK1244 commented 3 years ago

Pausing doesn't work for me while ran normally it just says "Running - Pending pause" and it sits there forever. I tried it on plots at many different phases and tried them overnight. I woke up and it still said pending pause. When I run it as admin it works fine. I'm not super code-savvy so I wouldn't know a fix or cause but thought I'd let you know.

MrPig91 commented 3 years ago

So the pause will pause the queue and will let the current chia process to run until it is finished. Currently there is not way to pause the actual chia process so the queue must wait for the current chia process to finish and then it will prevent a new from starting if that makes sense. You can test this by clicking pause on a queue and then ending that queues chia process and it should go to pause after 10-20 seconds.

AK1244 commented 3 years ago

Ahh, that makes more sense. Ill close this sorry