Processor.CpuStatus 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.
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)