BackgroundEnergyManager.NearTerminationUsageLevel
BackgroundEnergyManager.NearTerminationUsageLevel
BackgroundEnergyManager.NearTerminationUsageLevel
BackgroundEnergyManager.NearTerminationUsageLevel
BackgroundEnergyManager.NearTerminationUsageLevel
Property
Definition
Gets the near-termination usage level, expressed as a percentage of normal energy usage.
public : static unsigned int NearTerminationUsageLevel { get; }
static uint32_t NearTerminationUsageLevel();
public static uint NearTerminationUsageLevel { get; }
Public Shared ReadOnly Property NearTerminationUsageLevel As uint
var uint = Windows.System.Power.BackgroundEnergyManager.nearTerminationUsageLevel;
Property Value
uint
uint
uint
The near-termination usage level, expressed as a percentage of normal energy usage.
Remarks
A background task operating at this level is at risk of being terminated by the operating system (if it's not directly contributing to the foreground experience).
Feedback
Loading feedback...