ExecResult

data class ExecResult(resultPrint: String, isException: Boolean)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): Boolean
copy
Link copied to clipboard
fun copy(resultPrint: String, isException: Boolean = false): ExecResult
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

isException
Link copied to clipboard
val isException: Boolean = false
resultPrint
Link copied to clipboard
val resultPrint: String

Sources

jvm source
Link copied to clipboard