ProcessorThrottlePolicy Enum

Definition

Defines the policy the system uses to throttle a processor's frequency.

public enum ProcessorThrottlePolicy
type ProcessorThrottlePolicy = 
Public Enum ProcessorThrottlePolicy
Inheritance
ProcessorThrottlePolicy

Fields

Automatic 2

Processor throttling is enabled based on other factors.

Disabled 0

Processor throttling is disabled.

Enabled 1

Processor throttling is enabled.

Applies to