Can i interrupt a process to run another process when it is running?

Hi all,
For example, I have 2 different processes. One of them will control tasks. When number of tasks reached 10, robot will be triggered then it will clean tasks and will stop. That will continue during all day. By the way second process will run when the first process is not active. It will login and will do some tasks on a web based program.

Can i configure 2 processes like this? Is it possible to interrupt any process by other one when it’s running?

Thanks,

Hi @alpersahin,

You can only have one process running at a time if they’re configured in the same machine. The second process will become active only if the other one completes. Please reply if you still have doubt :slight_smile:

1 Like