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...") |
m |
||
(2 intermediate revisions by 2 users 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 | + | 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> | |
− | block subsequent actions until it completes, so you may safely check the state of the variable after this action. |
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.