Name
IsOnline -- check if an Internet connection is available (V5.0)
Synopsis
bool = IsOnline()
Function
This function can be used to check whether or not an Internet connection is available. It will return True if connection to the Internet is possible, and False otherwise.

Inputs
none

Results
bool
boolean value indicating whether or not Internet is available

Show TOC