ProcessGroupResult

io.github.vigoo.prox.ProcessGroupModule.ProcessGroupResult
trait ProcessGroupResult[+O, +E]

Result of an executed process group

Type parameters

E

Error output type

O

Output type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

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

Attributes

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

Attributes

val output: O

Output of the last process in the group

Output of the last process in the group

Attributes