public interface PostExecData
Modifier and Type | Method and Description |
---|---|
int |
getExitValue()
Gets the process exit value.
|
boolean |
hasErrors()
Determines if the process had clickable output lines.
|
boolean |
wasAborted()
Determines if the process was aborted.
|
int getExitValue()
boolean hasErrors()
boolean wasAborted()