| | |
Constant | Use | Value |
---|
acForbidden | Remote control mode: no access to the application. | AppControl |
acStop | Remote control mode: application stopped. | AppControl |
acWarning | Remote control mode: Warning of impending stop. | AppControl |
appUPDAutoCheck | Automatic check for updates. | AppChangeParameter, AppParameter |
appUPDAvailMandatory | A mandatory update is available. | AppUPDAvailable, Procedure of AppDetectUPDAvailable |
appUPDAvailOptional | An optional update is available. | AppUPDAvailable, Procedure of AppDetectUPDAvailable |
appUPDBackgroundTask | Download application updates from the Private Store in the background. | AppChangeParameter, AppParameter |
appUPDCompatibleVersion | Minimum version number compatible with the reference version. | AppParameter |
appUPDDisplayError | Allows you to display a message if a problem is encountered when checking for updates. | AppChangeParameter, AppParameter |
appUPDDisplayMode | Display options for update notifications:- 0: A window in the application is used to warn the user.
- 1: A Notification is used to alert the user.
| AppChangeParameter, AppParameter |
appUPDDisplayTime | Display time of messages. | AppParameter |
appUPDLocalVersion | Version number of local executable. | AppChangeParameter, AppParameter |
appUPDMode | Current operating mode of the application:- 0: Normal operation.
- 1: Launch prohibited: current executables continue to run.
- 2: Launch prohibited: executables in progress receive a warning message periodically.
- 3: Launch prohibited: executables in progress are automatically stopped after a certain time.
| AppChangeParameter, AppParameter |
appUPDMsgForbid | Message displayed when the startup of the application is forbidden. | AppChangeParameter,
AppParameter |
appUPDMsgStop | Message displayed before the application is automatically stopped (when appUPDMode = 3). | AppChangeParameter, AppParameter |
appUPDMsgWarning | Message displayed on a regular basis (when appUPDMode = 2). | AppChangeParameter, AppParameter |
appUPDNetwork | Level of update:- 0: No update.
- 1: Network update enabled.
- 2: Network update enabled and applications registered with the update server.
| AppChangeParameter, AppParameter |
appUPDNotAvail | No updates are available. | AppUPDAvailable |
appUPDPath | Path of update information on the server. | AppChangeParameter, AppParameter |
appUPDProtocol | Network protocol used to search for updates. This protocol can correspond to "LOCAL" or to "HTTP". | AppChangeParameter,
AppParameter |
appUPDReferenceVersion | Version number of the reference version. | AppParameter |
appUPDServer | Server where the updates will be sought. If the HTTP protocol is used, IP address or name of computer. If the LOCAL protocol is used, name of network share. | AppChangeParameter,
AppParameter |
appUPDTimeout | Timeout between two messages (if appUPDMode = 2) or before the application is automatically stopped (if appUPDMode = 3). This timeout is expressed in seconds. | AppChangeParameter, AppParameter |