CommandResult

open class CommandResult

The result of command.

Constructors

CommandResult
Link copied to clipboard
open fun CommandResult(result: Int, successMsg: String, errorMsg: String)

Properties

errorMsg
Link copied to clipboard
open val errorMsg: String
result
Link copied to clipboard
open val result: Int
successMsg
Link copied to clipboard
open val successMsg: String