CpuUsage - property of the Pm object
Description:
Computer CPU usage.
This property is obsolete (but functional) and it is better to use the
Pm.GetSystemInfo property.
Note:
Property access for
read only.
The value is dispayed in percentage and represents the average load of all CPU cores since the last calling this method. It is often handy to monitor this value when tuning the application.
This property
is not functional in
Web panels
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nCpuUsage = Pm.CpuUsage;
Dim nCpuUsage
nCpuUsage = Pm.CpuUsage