CommandResult

open class CommandResult

Constructors

Link copied to clipboard
constructor(commandLine: String, process: Process, state: Int, exitStatus: Int, out: String, err: String)

Properties

Link copied to clipboard
Link copied to clipboard
val err: String
Link copied to clipboard
Link copied to clipboard
val out: String
Link copied to clipboard
Link copied to clipboard
val state: Int
Link copied to clipboard
val STATE_FAILED: Int = 1
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun ok(): Boolean