Class ProcessChain

Represents a chain of processes with each member piping its stdout into the next members stdin.

Inherits from

  • Object (base class)

Fields

Name Type Description
members Process*[]

Methods

Name Description
end Returns stdout for the last process in the chain.
run Adds a new process in the chain.
wait Waits for all processes in the chain to exit and returns an array of exit codes.