TestimoX

API Reference

Enum

WindowsPowerActionKind

Namespace ComputerX.Power
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supported local Windows power actions.

Inheritance

  • Enum
  • WindowsPowerActionKind

Values

public const WindowsPowerActionKind Lock #

Locks the current interactive workstation session.

Value: 0
public const WindowsPowerActionKind Sleep #

Puts the machine into sleep.

Value: 1
public const WindowsPowerActionKind Restart #

Restarts the machine.

Value: 2
public const WindowsPowerActionKind Shutdown #

Shuts the machine down.

Value: 3