LoginAllConnections - cConnection

Attempts to log in to all managed connections

Type: Function

Return Data Type: Boolean

Parameters: None

Return Value

Status: True = Success, False = Failed


Syntax
Function LoginAllConnections Returns Boolean

Call: 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.