Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 453 Bytes

ExecOutputReturnValue.md

File metadata and controls

35 lines (18 loc) · 453 Bytes

nodejsscriptDocs


nodejsscript / s / ExecOutputReturnValue

Interface: ExecOutputReturnValue

Extended by

Properties

code

code: number

The process exit code.


stdout

stdout: string

The process standard output.


stderr

stderr: string

The process standard error output.