Cronous Emulation Server Daemon

Server.state Property

Gets the server state.

[Visual Basic]
Public Property ReadOnly state As ServerState
[C#]
public ServerState state { get; }
[C++]
public: __property ServerState get_state();
[JScript]
public function get state() : ServerState

See Also

Server Class | croemud.game Namespace