SessionMergeCommand

data class SessionMergeCommand(val session: Int?, val otherSession: Int) : Command

Merge two open sessions. The otherSession needs to be chronologically later session (both start and stop times) after the first's stop time. Both sessions need to be closed.

Constructors

Link copied to clipboard
constructor(session: Int?, otherSession: Int)

Properties

Link copied to clipboard

The other session

Link copied to clipboard
val session: Int?

Session id or null = latest session

Functions

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