ServerStatusDataSource

A data source for managing the server current status.

Functions

Link copied to clipboard
abstract suspend fun get(): ServerStatusDataModel

Returns the server current status represented by ServerStatusDataModel.

Link copied to clipboard
abstract suspend fun setStarted()

Sets the server current status as started.

Link copied to clipboard
abstract suspend fun setStopped()

Sets the server current status as stopped.