public static interface ProcessTreeRemoting.IOSProcess
| Modifier and Type | Method and Description |
|---|---|
<T> T |
act(ProcessTree.ProcessCallable<T> callable) |
List<String> |
getArguments() |
EnvVars |
getEnvironmentVariables() |
ProcessTreeRemoting.IOSProcess |
getParent() |
int |
getPid() |
void |
kill() |
void |
killRecursively() |
int getPid()
ProcessTreeRemoting.IOSProcess getParent()
void kill() throws InterruptedException
InterruptedExceptionvoid killRecursively()
throws InterruptedException
InterruptedExceptionEnvVars getEnvironmentVariables()
<T> T act(ProcessTree.ProcessCallable<T> callable) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2019. All rights reserved.