public enum OutputMode
Allows to control the presentation of output.
| Enum Constant and Description |
|---|
JOIN_STDOUT_STDERR
Present the output of
stdout and stderr to the user as it is received. |
SPLIT_STDOUT_STDERR
Present the output of
stdout and stderr to the user separately. |
public OutputMode JOIN_STDOUT_STDERR
Present the output of stdout and stderr to the user as it is received.
public OutputMode SPLIT_STDOUT_STDERR
Present the output of stdout and stderr to the user separately.