A developer is creating processes that will be run on user's machines. Which Project Settings options will exclude the process from running on unattended robots?
A developer is creating processes that will be run on user's machines. Which Project Settings options will exclude the process from running on unattended robots?
If 'Attended Automation' is set to 'Yes', it means the process is designed specifically for attended mode, and thus it will not run on unattended robots. Additionally, if 'Starts in Background' is set to 'No', it indicates that the process cannot start in the background, which is another characteristic of attended automation. Therefore, 'Attended Automation = Yes' and 'Starts in Background = No' will exclude the process from running on unattended robots.
The ans is C
A developer is creating processes that will be run on user's machines. Which Project Settings options will exclude the process from running on unattended robots? Setting the “Attended Automation” option to “No” ensures that the process is not designed for attended automation but rather for unattended automation
C might be the correct answer