Skip to content

LoginAllConnections - cConnection

Attempts to log in to all managed connections

Type: Function
Return Data Type: Boolean

Syntax

Function LoginAllConnections Returns Boolean

Call Example

Get LoginAllConnections to BooleanVariable

Description

LoginAllConnections is a function that attempts to log in to all Managed Connections.

This logs in to each connection by calling the LoginConnectionId function.

If this fails, It returns success or failure. An error status is returned (see piErrorNumber, piErrorLine and psErrorText), which you must handle yourself.

Return Value

Status: True = Success, False = Failed