Class ExitWindows

java.lang.Object
org.jvnet.winp.ExitWindows

public class ExitWindows extends Object
Exit Windows.
Author:
Kohsuke Kawaguchi
  • Method Details

    • logOff

      public static void logOff(ExitWindows.Flag f)
      Logs off the current user.
    • powerOff

      public static void powerOff(ExitWindows.Flag f)
      Shuts down the machine.
    • reboot

      public static void reboot(ExitWindows.Flag f)
      Reboots the machine.