IProcessCPUUsage Property |
The approximate percentage of time the CPU is currently spending for the process execution.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property CPUUsage As Integer
Get
Dim instance As IProcess
Dim value As Integer
value = instance.CPUUsage
property int CPUUsage {
int get ();
}
Property Value
Type:
Int32Exceptions See Also