ServerStatusDomainModel

A model representing the status of the server. It can be either Running or Stopped.

Inheritors

Types

Link copied to clipboard
data class Running(val startTimestamp: Instant) : ServerStatusDomainModel

A model representing the status of the server when it is running. It contains information about the startTimestamp of the server.

Link copied to clipboard

A model representing the status of the server when it is stopped.