Base class for DreamDaemon API models.
bool? SoftShutdown
If the server is undergoing a soft shutdown.
bool? SoftRestart
If the server is undergoing a soft reset. This may be automatically set by changes to other fields.
DateTimeOffset? LaunchTime
When the current server execution was started.
long? SessionId
An incrementing ID for representing current server execution.
uint? ClientCount
The last known count of connected players. Requires DreamDaemonLaunchParameters.HealthCheckSeconds to...
Configurable settings for DreamDaemon.