ExecutionResult

data class ExecutionResult(val errorCode: Int, val output: String)(source)

Data class containing the output text and error code resulting from executing command line programs.

Constructors

Link copied to clipboard
constructor(errorCode: Int, output: String)

Properties

Link copied to clipboard
Link copied to clipboard