SFU.isWorkTasksProConnectedToInternet()
- Last UpdatedApr 28, 2021
- 1 minute read
Use isWorkTasksProConnectedToInternet() method to determine if the Form accessed from AVEVA Work Tasks Pro (Mobile application) is connected to the server.
Syntax
SFU.isWorkTasksProConnectedToInternet();
Parameters
No parameters
Return Value
This method returns a boolean value.
Example
if (SFU.isWorkTasksProConnectedToInternet())
{
//// Add your script when Form is accessed from AVEVA Work Tasks Pro and connected to the server.
}