gwa.app.TServerVersionAndBuildResult type

The TServerVersionAndBuildResult type defines a record for checking the up-to-date status of the application on the server.

Syntax

TYPE TServerVersionAndBuildResult RECORD
  serverVersion STRING
  serverBuild gwa.app.TBuildDateTime
  error STRING
END RECORD
  1. serverVersion holds the server version
  2. serverBuild holds the server version's build date-time stamp.
  3. error holds an error message.

Usage

It provides a type for checking the up-to-date status of the application on the server .