package process
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Extract[F[_]] extends AnyRef
- trait Process[F[_]] extends AnyRef
- final case class ProcessFailure[F[_]](result: ProcessResult[F]) extends RuntimeException with Product with Serializable
- final case class ProcessResult[F[_]](exitCode: ExitCode, output: Stream[F, Byte], error: Stream[F, Byte]) extends Product with Serializable
Contains all the outputs returned when executing a c4s.process.Process
Contains all the outputs returned when executing a c4s.process.Process
- exitCode
Exit code of the execution
- output
Stdout of the execution
- error
Stderr of the execution