TerminalStatusResponse

class TerminalStatusResponse(terminalStatus: TerminalStatus? = null) : GenericResponse

Constructors

Link copied to clipboard
fun TerminalStatusResponse(terminalStatus: TerminalStatus? = null)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setErrorMessage(errorMessage: String)
Link copied to clipboard
fun setSuccess(success: Boolean)
Link copied to clipboard
fun setTerminalStatus(terminalStatus: TerminalStatus?)

Set the current terminal status.