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()
@CheckForNull ProcessTreeRemoting.IOSProcess getParent()
void kill() throws InterruptedException
InterruptedException
void killRecursively() throws InterruptedException
InterruptedException
@NonNull EnvVars getEnvironmentVariables()
<T> T act(ProcessTree.ProcessCallable<T> callable) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004–2022. All rights reserved.