org.openqa.selenium.os.win32
Class WindowsProcessGroup
java.lang.Object
org.openqa.selenium.os.win32.WindowsProcessGroup
@Beta
public class WindowsProcessGroup
- extends Object
Utility class for grouping a set of processes into a process group on
Windows. This is primarily used for processes that spawn child processes and
then disconnect from them: killing the parent process should kill the
children too. That sounds a bit more sinsiter than it actually is.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsProcessGroup
public WindowsProcessGroup(String... executableAndArgs)
executeAsync
public void executeAsync()
destroy
public void destroy()
Copyright © 2012. All Rights Reserved.