Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecutionResult

The result of executing a program.

Hierarchy

  • ExecutionResult

Index

Properties

Properties

retc

retc: number | null

The return code of the program.

stderr

stderr: string | null

Standard error output of the program. May be null if standard error was not captured

stdout

stdout: string | null

The full standard output of the program. May be null if standard out was not captured.

Generated using TypeDoc