ExecutionResult

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

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard