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

Build IScheduledJob #16

Closed
jamesmh opened this issue Jun 28, 2018 · 1 comment
Closed

Build IScheduledJob #16

jamesmh opened this issue Jun 28, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jamesmh
Copy link
Owner

jamesmh commented Jun 28, 2018

Will allow scheduling objects instead of functions.

First step in persistance.

IScheduledJob = new SomeJob();
scheduler.Schedule(job);
@jamesmh jamesmh added the enhancement New feature or request label Jun 28, 2018
@jamesmh jamesmh self-assigned this Jun 28, 2018
@jamesmh jamesmh added this to To do in Queue Enhancements via automation Jun 28, 2018
@jamesmh
Copy link
Owner Author

jamesmh commented Aug 20, 2018

Will use IInvocable instead

@jamesmh jamesmh closed this as completed Aug 20, 2018
Queue Enhancements automation moved this from To do to Done Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant