SessionReconstructCommand

data class SessionReconstructCommand(val path: String) : Command

Reconstruct the session.

The reconstruction process will go through the session logs and reconstruct the derived artifacts. This is useful e.g. when the measurement plan or report template has been updated.

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