Interface SystemPropertyValue

interface SystemPropertyValue {
    canhibernate?: boolean;
    canreboot?: boolean;
    canshutdown?: boolean;
    cansuspend?: boolean;
}

Properties

canhibernate?: boolean
canreboot?: boolean
canshutdown?: boolean
cansuspend?: boolean