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
upToDate
holds the boolean value for the up-to-date status of the application.versions
holds the application version.error
holds an error message.
Usage
It provides a type for checking the up-to-date status of the application.