Share via


PowerState Enum

Definition

Enumerates the possible current power state values for a device.

public enum PowerState
type PowerState = 
Public Enum PowerState
Inheritance
PowerState

Fields

Name Value Description
Unknown 2000

Cannot determine the device's power state.

Online 2001

The device is turned on and ready for use.

Off 2002

The device is turned off or detached from the terminal.

Offline 2003

The device is turned on but is either not ready or unable to respond to requests.

OffOffline 2004

The device is either turned off or offline.

Applies to