A foreground process is running on the user's machine. A developer starts a new background process on the same machine while the foreground process is still running. What will happen in such situation?
A.
The foreground process will be stopped automatically and the background process will run.
B.
The background process will wait for the foreground process to finish, and then will be executed.
C.
There is no possibility to run a background process while a foreground process is running.
D.
The background process will be executed and will run in parallel with the foreground process.
A background process doesn't need to interact with UI elements on the screen but rather relies on background processes to pass along information. UIAutomation activities should not be used in these project types. Multiple such processes can simultaneously run on a machine, even if a foreground process is already running.
The type of process is generally dictated by the type of activities it uses (whether or not they interact with UI elements). However, you can specify the type when you create a new process from Studio. By default, all processes are marked as foreground, unless specified otherwise.
UiPath Documentation
Exam Topic: Identify and describe how UI Automation activities and/or Excel activities can be configured to interact with background windows
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit