Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecPromiseResult

Standard output and standard error from executing a child process. No code or signal is provided because if you receive this value, the child process completed successfully, i.e., exited normally with a status of 0.

Hierarchy

  • ExecPromiseResult

Implemented by

Index

Properties

Properties

stderr

stderr: string

Child process standard error.

stdout

stdout: string

Child process standard output.

Generated using TypeDoc