Difference between revisions of "Action: Connectivity Check"
Line 1: | Line 1: | ||
+ | <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> |
Revision as of 19:22, 29 January 2024
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.