Active Connections Loop

<< Click to Display Table of Contents >>

Navigation:  Actions > Remote Task >

Active Connections Loop

This action allows you to loop over open connections with other RoboTask instances. On each iteration, the action stores the connection parameters into variables. You can use these variables in the Remote task connect action.

The action does not use open connections. It only fetches the parameters for each open connection and stores them in variables. You can use this loop, for example, to run a task on all RoboTask instances with which a connection is open.

 

RemoteTaskConnLoop

 

Save "Host" to variable

Specify the variable where you want to store the Host value. The Host is the computer name or IP address

 

Save "Port" to variable

Specify the variable where you want to store the Port value. The Port is an integer value for the port number. The Host-Port pair make up the connection parameters.

 

Save "User data" to variable

User authorization parameters in encrypted form. User Data is a base64 string. This string can be used in the Remote Task Connect action

 

note Related Topics

Remote Task Connect

Remote Task Disconnect

Enable/Disable Remote Task

Start Remote Task

Stop Remote Task

Wait for Remote Task

Remote Task Status