| Modifier and Type | Field and Description |
|---|---|
int |
exitCode |
int |
exitStatus
The exit status of the process:
osh_PROCESS_EXITED_BY_ITSELF if it exited normally, or
osh_PROCESS_KILLED_BY_TIMEOUT if it was killed by
timeout |
static int |
osh_PROCESS_EXITED_BY_ITSELF |
static int |
osh_PROCESS_KILLED_BY_TIMEOUT |
String |
stderr |
String |
stdout |
| Constructor and Description |
|---|
OSHelper.ProcessReturn() |
public static final int osh_PROCESS_EXITED_BY_ITSELF
public static final int osh_PROCESS_KILLED_BY_TIMEOUT
public int exitStatus
osh_PROCESS_EXITED_BY_ITSELF if it exited normally, or
osh_PROCESS_KILLED_BY_TIMEOUT if it was killed by
timeoutpublic int exitCode
public String stdout
public String stderr
Copyright © 2013. All rights reserved.