Enumeration

AgsServerFlags

Declaration

flags Ags.ServerFlags

Description [src]

Enum values to control the behavior or indicate internal state of AgsServer by enable/disable as flags.

Members

Name Description
AGS_SERVER_STARTED

The server was started.

AGS_SERVER_RUNNING

The server is up and running.

AGS_SERVER_TERMINATING

The server is closing connections and terminating.

AGS_SERVER_INET4

Use IPv4

AGS_SERVER_INET6

Use IPv6

AGS_SERVER_ANY_ADDRESS

Listen on any address.

AGS_SERVER_AUTO_START

Start the server.