Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for creating/scheduling jobs using a factory method. #115

Closed
wants to merge 1 commit into from
Closed

Conversation

mjamro
Copy link
Contributor

@mjamro mjamro commented Oct 18, 2016

I've added support for additional way of creating/scheduling jobs using a factory method.

I'm not sure about the if (job == null) return line, but i assumed that when Func<IJob> returns null the user just doesn't want to run anything and task will end.

@tallesl
Copy link
Contributor

tallesl commented Apr 16, 2017

Merged.

I slightly changed what the library does when a null appears, from doing nothing to throwing an exception. The user won't experienced any crash (same effect of return;) but it will able to see what is going on through the JobException event.

I'll let you know here when it's released.

@tallesl
Copy link
Contributor

tallesl commented May 13, 2017

Just published on nuget.org, version 5.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants