isStarted

abstract val isStarted: Boolean(source)

Indicates whether the server has been started.

This property returns true if the server is initialized and running, and false if it has not been initialized or has been stopped.

It is used to ensure the state of the server before performing operations such as message broadcasting or responding to client requests.