IsOffline
This command returns a True / False regarding the status of an open socket connection with the server. This command is typically used to evaluate which state the client is in and then set variables that would vary between the server and the mobile device such as file path information.
Group:Device Extensions
Syntax: bOK = Device.IsOffline
bOK (Boolean) return a True if the mobile device is currently not connected to the server.
Example:
Dim bOK as Boolean
bOK = Device.IsOffline