ProcessResult

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
Link copied to clipboard
Link copied to clipboard