Interface ApplicationInhibitFlags


public interface ApplicationInhibitFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Inhibit the session being
    marked as idle (and possibly locked)
    static final int
    Inhibit ending the user session
    by logging out or by shutting down the computer
    static final int
    Inhibit suspending the
    session or computer
    static final int
    Inhibit user switching
  • Field Details

    • LOGOUT

      static final int LOGOUT
      Inhibit ending the user session
      by logging out or by shutting down the computer
      See Also:
    • SWITCH

      static final int SWITCH
      Inhibit user switching
      See Also:
    • SUSPEND

      static final int SUSPEND
      Inhibit suspending the
      session or computer
      See Also:
    • IDLE

      static final int IDLE
      Inhibit the session being
      marked as idle (and possibly locked)
      See Also: