AngleSharp by Florian Rappl

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

.NET API 681,472 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.