I need to to notify the user when the battery level is exact 20%. Currently I am using a Timer
to check the SystemInformation.PowerStatus.BatteryLifePercent
status repeatedly in a fixed interval. Is there any better and efficient way to do it?
Edit: I want to make it work on laptops.