SystemCpuUsageReport.IdleTime Property

Definition

Gets the amount of time the CPU was idle.

public:
 property TimeSpan IdleTime { TimeSpan get(); };
TimeSpan IdleTime();
public System.TimeSpan IdleTime { get; }
var timeSpan = systemCpuUsageReport.idleTime;
Public ReadOnly Property IdleTime As TimeSpan

Property Value

The amount of time the CPU was idle.

Applies to