banner

External.CheckOnlineStatus method

Determines whether Windows Welcome is connected to the Internet.

Return Values

Syntax

window.external.CheckOnlineStatus;

Parameters None
Return Values Boolean
Value Description
0 Not connected to the Internet.
1 Connected to the Internet.
Applies To window.external
Example
bOnlineStatus = window.external.CheckOnlineStatus();
Comments See the CheckStayConnected method for complete usage.