Hi Apeksha, various run modes are available for an object in Blue prism. These run modes are:
- 
Foreground mode: The respective process will run in the foreground, which means you can run a background process in parallel with the foreground process (if your license permits).
 
- 
Background mode: The respective process will run in the background, which means you can run a foreground process in parallel with the background process (if your license permits). Something like filling a GUI form and in parallel computing a txt file.
 
- 
Exclusive mode: Only one process can run on the VM. No other foreground or background processes are allowed.