|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.os.win32.WindowsProcessGroup
@Beta public class WindowsProcessGroup
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.
| Constructor Summary | |
|---|---|
WindowsProcessGroup(java.lang.String... executableAndArgs)
|
|
| Method Summary | |
|---|---|
void |
destroy()
|
void |
executeAsync()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowsProcessGroup(java.lang.String... executableAndArgs)
| Method Detail |
|---|
public void executeAsync()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||