Difference between revisions of "Action: Connectivity Check"

(Created page with "This action can be used to check for internet connectivity and store the current connected state in a boolean variable. By default this action will block subsequent actions...")
 
Line 1: Line 1:
 
This action can be used to check for internet connectivity and store the current connected state in a boolean variable.
 
This action can be used to check for internet connectivity and store the current connected state in a boolean variable.
  
By default this action will
+
By default this action will block subsequent actions until it completes, so you may safely check the state of the variable after this action.
 
 
block subsequent actions until it completes, so you may safely check the state of the variable after this action.
 

Revision as of 05:31, 11 June 2021

This action can be used to check for internet connectivity and store the current connected state in a boolean variable.

By default this action will block subsequent actions until it completes, so you may safely check the state of the variable after this action.