How to create dependencies between Jobs on Quartz.NET

Asked

Viewed 54 times

0

I have a Windows Services where I use Quartz.NET to schedule tasks on my system, but there are tasks that can only be performed after the (successful) completion of another.

I found no documentation where you indicate this possibility in the triggers.

Someone can give me a light?

1 answer

0


So I researched, using Jobchainingjoblistener it is possible to chain the execution of Jobs and it already solves my problem.

It is also possible, in the worst case create a listener at hand using Ijoblistener.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.