job scheduler works with run once and run periodic schedules. Stop logic is not fully thought through.

Dependencies:   LinkedList

Dependents:   JobSchedulerDemo Borsch

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
IScheduleDeclares concept of the schedule
JobJob describes the job, its parameters and schedule
JobServiceJobService connects job type ID to job function
JobTypeJobType connects job type ID to job function
ResBaseResBase provide common properties for Scheduler response queue
SchedulerScheduler is responsible for maintaining job schedules and running jobs in a serial manner