ProcessGroupResult

trait ProcessGroupResult[+O, +E]

Result of an executed process group

Type parameters:
E

Error output type

O

Output type

class Object
trait Matchable
class Any

Value members

Abstract fields

val errors: Map[Process[Unit, Unit], E]

Per-process error outputs. The key is the original process passed to the piping operator

Per-process error outputs. The key is the original process passed to the piping operator

val exitCodes: Map[Process[Unit, Unit], ProxExitCode]

Per-process exit codes. The key is the original process passed to the piping operator

Per-process exit codes. The key is the original process passed to the piping operator

val output: O

Output of the last process in the group

Output of the last process in the group