[This is preliminary documentation and is subject to change.]
The world status as specified by the ServerState attribute.
Syntax
| C# |
|---|
public enum ServerStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration ServerStatus |
Members
| Member name | Description | |
|---|---|---|
| Stopped |
World server is stopped.
| |
| Starting |
World server is starting.
| |
| StartWait |
World server is waiting for a response from the universe server.
| |
| Running |
World server is running.
|