ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
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
Windows 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
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/23/2023

Send a report | Local help