Simultanious and sequential executing projects

onionentertainment

Новичок
Регистрация
28.04.2017
Сообщения
6
Благодарностей
0
Баллы
1
Hello,
I have few projects let's say A, B and C.
A and B can run at the same time, so I want them to run simultanious to save time.
They both take similiar time to finish so sometimes A finishes faster, sometimes B.
After they are both finished (or for example one of them crashed because of an error and one finished) C must run once, and after C finished again A and B run at the same time again. I need this in loop like this.
I added A, B and C in task manager to one task, this lets me execute them one by one in loop so it's executing like A->B->C->A->B->C->A->B->C and so on, but it takes more time than it's necessary because A and B could be executed at the same time (AB could run parallel at the same time and C after they both finished) AB->C->AB->C->AB->C. Is there a way to do this?
Thank you for help
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 281
Благодарностей
5 858
Баллы
113
Add A and B as group in Task Manager.I hope you have up-to-date version of CapMonster2.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)