AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de actualización de aplicaciones
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Constants for managing applications with "Live update"
ConstantUseValue
acForbiddenMode for remote control: Access denied to the application.AppControl
acStopMode for remote control: Application shutdown.AppControl
acWarningMode for remote control: Warning of imminent shutdown.AppControl
appUPDAutoCheckAutomatic check for updates.AppChangeParameter,
AppParameter
appUPDAvailMandatoryA mandatory update is available. AppUPDAvailable, Procedure of AppDetectUPDAvailable
appUPDAvailOptionalAn optional update is available.AppUPDAvailable, Procedure of AppDetectUPDAvailable
Novedad versión 2024
appUPDBackgroundTask
Background task download of an application update available on the Private Store. AppChangeParameter,
AppParameter
appUPDCompatibleVersionMinimum version number compatible with the reference version.AppParameter
appUPDDisplayErrorAllows you to display a message if a problem is encountered when checking for updates.AppChangeParameter,
AppParameter
appUPDDisplayModeDisplay options for update notifications:
  • 0: An update message is displayed in a window in the application.
  • 1: An update message is displayed as a notification.
AppChangeParameter,
AppParameter
appUPDDisplayTimeDisplay time of messages.AppParameter
appUPDLocalVersionVersion number of local executable.AppChangeParameter,
AppParameter
appUPDModeCurrent operating mode of the application:
  • 0: Standard operating mode.
  • 1: Startup forbidden: the current executables continue to operate.
  • 2: Startup forbidden: the current executables receive a warning message on a regular basis.
  • 3: Startup forbidden: the current executables are automatically stopped after a given time-out.
AppChangeParameter,
AppParameter
appUPDMsgForbidMessage displayed when the startup of the application is forbidden.AppChangeParameter,
AppParameter
appUPDMsgStopMessage displayed before the application is automatically stopped (when appUPDMode = 3).AppChangeParameter,
AppParameter
appUPDMsgWarningMessage displayed on a regular basis (when appUPDMode = 2).AppChangeParameter,
AppParameter
appUPDNetworkLevel of update:
  • 0: No update.
  • 1: Network update enabled.
  • 2: Network update enabled and registration of applications toward the update server.
AppChangeParameter,
AppParameter
appUPDNotAvailNo update available.AppUPDAvailable
appUPDPathPath of update information on the server.AppChangeParameter,
AppParameter
appUPDProtocolNetwork protocol used to search for updates. This protocol can correspond to "LOCAL" or to "HTTP".AppChangeParameter,
AppParameter
appUPDReferenceVersionVersion number of the reference version.AppParameter
appUPDServerServer 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
appUPDTimeoutTimeout between two messages (if appUPDMode = 2) or before the application is automatically stopped (if appUPDMode = 3). This timeout is expressed in seconds. AppChangeParameter,
AppParameter
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/03/2024

Señalar un error o enviar una sugerencia | Ayuda local