SessionValidateCommand

data class SessionValidateCommand(val session: Int? = null) : SessionCommand

Close the session.

Constructors

Link copied to clipboard
constructor(session: Int? = null)

Properties

Link copied to clipboard
open override val session: Int? = null

Session id or null = latest session

Functions

Link copied to clipboard
open override fun toString(): String