AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones SaaS
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SaaSIsConnected (Function)
In french: SaaSEstConnecté
Defines whether the connection to the SaaS web service is still established.
Reminder: The connection to the SaaS web service was established by SaaSConnect. When the connection has been established, the SaaS web service periodically tests the validity of the connection by automatically calling SaaSIsConnected every 4 minutes..
New in version 2024
WINDEVWindows This function is now available for WINDEV applications in Windows.
Example
IF SaaSIsConnected() = False THEN
IF SaaSConnect("login", "password") = True THEN
Info("Connection re-established")
END
END
Syntax
<Result> = SaaSIsConnected()
<Result>: Boolean
  • True if the connection is still established,
  • False otherwise. To get more details on the error, use ErrorInfo.
Component: wd290com.dll
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/10/2023

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