Install

data class Install(val snapshot: Snapshot) : Committed

Discard current state and reset the state machine to snapshot. Rare — only after a real install.

Constructors

Link copied to clipboard
constructor(snapshot: Snapshot)

Properties

Link copied to clipboard