PowerState public enum PowerState An enumeration with two known power states: on and off. Documentation Code Off = 1 The field is inactive. On = 0 The field is active.