mlowijs / every

Fluent API job scheduling engine for .NET
26 stars 3 forks source link

Job Name #3

Open gkathire opened 5 years ago

gkathire commented 5 years ago

I'm wondering if there is anyway we can assign a job name and have them access using the JobManager's Jobs property ? I thought of using the Generic class but I have to know the type before hand. I'm currently using FluentScheduler and it has a nice name property to identify which job is associated to a specific name. Let me know if this something we can add.

mlowijs commented 5 years ago

Sure, let me take a look!

Michiel

Sent from my iPhone

On 28 Mar 2019, at 00:12, Guru Kathiresan notifications@github.com wrote:

I'm wondering if there is anyway we can assign a job name and have them access using the JobManager's Jobs property ? I thought of using the Generic class but I have to know the type before hand. I'm currently using FluentScheduler and it has a nice name property to identify which job is associated to a specific name. Let me know if this something we can add.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.