Vixen
02b45cc4
csharp
public enum PowerSource

Where the machine's power is coming from.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Unknown

    The platform does not say.

  • Mains

    Mains, or a device with no battery at all.

  • Battery

    Battery, and discharging.

  • Charging

    Battery, and charging.

Used by (10)

  • DesktopPowerInfoVixen.Platform.Desktop
  • HeadlessLifecycleTestsVixen.Platform.Headless.Tests
  • HeadlessPowerInfoVixen.Platform.Headless
  • IPowerInfoVixen.Platform
  • LinuxPowerInfoVixen.Platform.Linux
  • MacOSPowerInfoVixen.Platform.MacOS
  • MacOSSupplementTestsVixen.Platform.MacOS.Tests
  • NothingPowerInfoVixen.Platform.Desktop.Tests
  • NothingPowerInfoVixen.Platform.MacOS.Tests
  • WindowsPowerInfoVixen.Platform.Windows