Get Connection Status - rosssaunders/FusionLinkDocs GitHub Wiki
Description
Returns the status of the connection to the FusionLink server. Useful to diagnosing issues with connections.
The possible return values are:
- Created
- Opening
- Opened
- Closing
- Closing
- Faulted
If the connection is open and functioning normally the status will be "Opened"
This is an real-time function so will update automatically.
Syntax
GETCONNECTIONSTATUS()
Example
Formula | Result |
---|---|
=GETCONNECTIONSTATUS() | Opened |