ProcessResult

trait ProcessResult[+O, +E]

Result of a finished process

Type parameters:
E

Error output type

O

Output type

class Object
trait Matchable
class Any

Value members

Abstract fields

val error: E

Error output value of the process, depends on what error redirection was applied

Error output value of the process, depends on what error redirection was applied

The exit code of the process

The exit code of the process

val output: O

Output value of the process, depends on what output redirection was applied

Output value of the process, depends on what output redirection was applied