ExecFileResult interface
Buffered output from execFile.
Property Details
stderr
Standard error from the process.
stderr: TOutput
Property Value
TOutput
stdout
Standard output from the process.
stdout: TOutput
Property Value
TOutput