Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecFileResult

Result of a file execution.

Hierarchy

  • ExecFileResult

Index

Properties

Properties

process

process: ChildProcess

The underlying process.

stdErr

stdErr: Buffer

The output from 'standard error' stream.

stdOut

stdOut: Buffer

The output from 'standard output' stream.

Generated using TypeDoc