SystemCpuUsageReport.IdleTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.