Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpawnResult

Hierarchy

  • SpawnResult

Index

Properties

Properties

exit

exit: Exit

Exit value of the spawned process: a return code or exit signal.

stderr

stderr: Buffer

Buffer containing the whole standard error of the spawned process.

stdout

stdout: Buffer

Buffer containing the whole standard output of the spawned process.

Generated using TypeDoc