Processor.CpuStatus Property

Definition

Current status of the processor. Status changes indicate processor usage, but not the physical condition of the processor

public:
 property Nullable<Microsoft::PowerShell::Commands::CpuStatus> CpuStatus { Nullable<Microsoft::PowerShell::Commands::CpuStatus> get(); };
public Microsoft.PowerShell.Commands.CpuStatus? CpuStatus { get; }
member this.CpuStatus : Nullable<Microsoft.PowerShell.Commands.CpuStatus>
Public ReadOnly Property CpuStatus As Nullable(Of CpuStatus)

Property Value

Applies to