IsOnline Function
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
Checks whether the client application for which this page is rendered is online or offline.
Usage
IsOnline()
Parameters
None
Returns
A Boolean value that is true if the client is online. Otherwise, returns false.
Example
if (IsOnline())
{
alert("You are working online");
}
See Also
Concepts
Other Resources
.gif)