← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #168326]: Watching process utilization to augment PSL

 

Question #168326 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/168326

Michael A. Phillips posted a new comment:
I need to test more, but I think your:

 if test: print cpu; break
 if cpu < cpuMax : break

needs to be:

 if test: print cpu
 if cpu < cpuMax : break

Will post my findings after more testing, but it appears to work as you
wrote!

Mike

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.