ProcessResult

internal data class ProcessResult(val exitCode: Int, val stdout: String, val stderr: String)

Constructors

Link copied to clipboard
constructor(exitCode: Int, stdout: String, stderr: String)

Properties

Link copied to clipboard
val exitCode: Int
Link copied to clipboard
val stderr: String
Link copied to clipboard
val stdout: String