ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 made with the SaaSConnect function. When the connection has been established, the SaaS web service periodically tests the validity of the connection by automatically calling SaaSIsConnected every 4 minutes..
Example
IF SaaSIsConnected() = False THEN
	IF SaaSConnect("login", "motdepasse") = True THEN
		Info("Connexion rétablie")
	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: wd300com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help