Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


pru
  •  pru
  • No customer Topic Starter
2016-05-31T13:47:17Z
I want to create a job with 5 tasks. The first task must be executed at the very beginning, next the second task and next all of the rest tasks, even parallelly..

How can I accomplish that with VisualCron .NET API?
Sponsor
Forum information
Support
2016-06-10T13:51:45Z
If you look at the sample for creating Tasks in the .NET API you will see that if you call Job for NewTask() it will add the order value. This will make sure that Tasks run in order. On Job cannot be both run in order and in paralell. To achive what you want to you need to create two Jobs and set second Job to run in parallell. Then, Task 3 in first Job should be of type "Job/Task control Task" and call second Job.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top