gwa.app.TCheckUpToDateResult type

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

Syntax

TYPE TCheckUpToDateResult RECORD
  upToDate BOOLEAN
  versions gwa.app.TAppVersions
  error STRING
END RECORD
  1. upToDate holds the boolean value for the up-to-date status of the application.
  2. versions holds the application version.
  3. error holds an error message.

Usage

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