Integer (read only)
Specifies the current state of a world.
This attribute is new in version 3.1 and requires at least build 18 of the SDK and build 28 of the world server.
This attribute can have one of the following values (defined in aw.h):
| AW_SERVER_STOPPED | The world is currently stopped |
| AW_SERVER_STARTING | The world is about to start |
| AW_SERVER_START_WAIT | The world is waiting for a response to its start request from the universe server |
| AW_SERVER_RUNNING | The world is currently running |
AW_EVENT_ADMIN_WORLD_INFO