Types

Link copied to clipboard
Link copied to clipboard

Information about the Process that ran in order to produce Output.

Properties

Link copied to clipboard
@JvmField
val processError: String?

If an error occurred with the Process, such as the Options.maxBuffer or Options.timeout was exceeded.

Link copied to clipboard

Information about the Process that ran.

Link copied to clipboard
@JvmField
val stderr: String

The contents of Process stderr output

Link copied to clipboard
@JvmField
val stdout: String

The contents of Process stdout output