public static class ProcessAction.ProcessActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int |
result
The process's exit code, as returned by the operating system, if the
process executed synchronously.
|
java.lang.String |
stderr
The standard error (stderr) from the completed process, if the process
executed synchronously.
|
java.lang.String |
stdout
The standard output (stdout) from the completed process, if the process
executed synchronously.
|
Constructor and Description |
---|
ProcessActionResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
toString() |
public int result
public transient java.lang.String stderr
public transient java.lang.String stdout
© 2000-2025 Flux Corporation. All rights reserved.