AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.3.6" />

.NET API 582,656 bytes

 PowerState

public enum PowerState
An enumeration with two known power states: on and off.
Off = 1

The field is inactive.

On = 0

The field is active.