Difference between revisions of "Action: Connectivity Check"

m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span>
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
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 block subsequent actions until it completes, so you may safely check the state of the variable after this action.
 
By default this action will block subsequent actions until it completes, so you may safely check the state of the variable after this action.
 +
</pre>

Latest revision as of 17:40, 19 March 2024

About this action

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.