| IndividualProcessorStatusPercentInterruptTime Property |
Gets the percentage of time spent processing hardware and software interrupts.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public float PercentInterruptTime { get; }
Public ReadOnly Property PercentInterruptTime As Single
Get
public:
property float PercentInterruptTime {
float get ();
}
member PercentInterruptTime : float32 with get
Property Value
Type:
Single
A value between 0 and 100 indicating the percentage of time the processor spent processing hardware and software interrupts.
See Also