ExecOutput

external interface ExecOutput(source)

Properties

Link copied to clipboard
abstract val exitCode: Number

The exit code of the process

Link copied to clipboard
abstract val stderr: String

The entire stderr of the process as a string

Link copied to clipboard
abstract val stdout: String

The entire stdout of the process as a string