SystemCoolingPolicy Enum

Definition

Defines the policy that determines how system cools down the processor.

public enum SystemCoolingPolicy
type SystemCoolingPolicy = 
Public Enum SystemCoolingPolicy
Inheritance
SystemCoolingPolicy

Fields

Active 0

The system increases the fan speed. If the temperature is still too high, it will slow down the processor.

Passive 1

The system slows down the processor. If the temperature is still too high, it will increase the fan speed.

Applies to