Hide projects while running

Can we hide the project while it’s running? . That means when the project is running, I want to do another task in parallel.

Thanks,

Hello @Hoang_Minh

It is only possible in the case if the activities used in your project have the capability to run in background.

Regards,
Nilay Varshney

You can do this with background processes without UI interactions.

Thanks !

Thanks, . If I use UI interaction, can’t it be hidden?