SessionValidateCommand

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

Validate the session.

The session validation toggles the validation flag and update the logs, if necessary.

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