SessionReconstructCommand

data class SessionReconstructCommand(val path: String) : Command

Reconstruct the session.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard

The session directory path to restore from

Functions

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