|
|
|
|
|
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..
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|