How Schedule Jobs Run in Litium

Please Can someone Explain me the Flow that How Schedule Jobs run in litium ?

not sure what you mean by flow.

Litium 7 (and previous versions)
You create a scheduled task by creating a class inheriting interface class Litium.Foundation.Tasks.ITask.
Then you add you class to <taskSettings><scheduledTasks> in web config.
Read more: Job Scheduler

Litium 8
In litium 8 it can be done i similar manner but there are also other ways.
you create a class inheriting interface class itium.Scheduler.ICronScheduleJob.
Then you add you class to appsettings for the mvc project in your solution.
Read more: Jobs

"Litium": {
    "Scheduler": {
      "Policy": {
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.