Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecResult

Result of an execution.

Hierarchy

  • ExecResult

Index

Properties

Properties

process

process: ChildProcess

The underlying process.

stdErr

stdErr: string

The output from 'standard error' stream.

stdOut

stdOut: string

The output from 'standard output' stream.

Generated using TypeDoc