It will be possible to make a progress bar, which is anchored with each component:
-CPU
-RAM
-Drive
obviously one for each. Thanks
-CPU
-RAM
-Drive
obviously one for each. Thanks
CPUTotal = CMU.GetCPUsageTotal();
Progress.SetCurrentPos("Progress1", CPUTotal);
Progress.SetText("Progress1", CPUTotal.." %");
CPUTotal = CMU.GetCPUsageTotal();
Progress.SetCurrentPos("Progress1", CPUTotal);
Progress.SetText("Progress1", CPUTotal.." %");
CPUTotal = CMU.GetCPUsageTotal();
Progress.SetCurrentPos("Progress1", CPUTotal);
Progress.SetText("Progress1", CPUTotal.." %");
Comment