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

AGS_SERVER_STARTED

The server was started.

  • Value: 1
  • Available since: 7.0
AGS_SERVER_RUNNING

The server is up and running.

  • Value: 2
  • Available since: 7.0
AGS_SERVER_TERMINATING

The server is closing connections and terminating.

  • Value: 4
  • Available since: 7.0
AGS_SERVER_INET4

Use IPv4.

  • Value: 8
  • Available since: 7.0
AGS_SERVER_INET6

Use IPv6.

  • Value: 16
  • Available since: 7.0
AGS_SERVER_ANY_ADDRESS

Listen on any address.

  • Value: 32
  • Available since: 7.0
AGS_SERVER_AUTO_START

Start the server.

  • Value: 64
  • Available since: 7.0