How to make a project start when a previous one finishes?

KitKat21

Client
Joined
May 2, 2017
Messages
268
Reaction score
192
Points
43
Hi guys,

Is there a way to use some 'start task' C# script or something to get this result:
After project1 finishes, project2 starts, after project2 finishes, project3 starts etc. ?

And maybe also be able to set that the next project should only start if the previous project succeeded.

How could this be done?

Thanks!
 

VladZen

Administrator
Staff member
Joined
Nov 5, 2014
Messages
22,829
Reaction score
6,040
Points
113
You can configure it in Task Manager.
Add several project to one task and they will be executed one by one in this task.
 
Last edited:
  • Thank you
Reactions: KitKat21

KitKat21

Client
Joined
May 2, 2017
Messages
268
Reaction score
192
Points
43
You can configure it in Task Manager.
Add several project to one task and they will be executed one by one in this task.
@VladZen Thanks for the tip!
That's great. I didn't know the Task Manager could do that.

I'll go read up the documentation.
 

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)