Hi!
I'm trying to get a CPU load.
for one of the PC that I tried check getting a value -100
instead of real value: 60% etc
here is my simple code:
what could cause the issue.
Thanks for any help.
I'm trying to get a CPU load.
for one of the PC that I tried check getting a value -100
instead of real value: 60% etc
here is my simple code:
B4X:
Dim CPULoad As AWTRobot
Dim cpLoad As Int =NumberFormat ( (CPULoad.SystemCPULoad*100) ,0,2 )
what could cause the issue.
Thanks for any help.