DigiGuide Logo

Home » Development Area » DigiGuide Script » API Index » Class: System » isInternetAvailable Method

Class System : isInternetAvailable Method


Boolean isInternetAvailable()

Summary

Determine if DigiGuide has an internet connection


Returns

True if there is a live internet connection, false otherwise.


Examples

if( system.isInternetAvailable() )
{
alert( "Connected!" );
}
else
{
alert( "Not connected" );
}


See Also

  • System : shellExecute


    Requirements

    build 1065

    (Last updated: July 04, 2008 15:17:44)