ScheduledJob

A pairing of a Job with a JobSchedule that tells it when to execute. This is the basic operational unit that JobSchedulers will deal with.

Members

Variables

id
long id;
Undocumented in source.
job
Job job;
Undocumented in source.
schedule
JobSchedule schedule;
Undocumented in source.
timeProvider
CurrentTimeProvider timeProvider;
Undocumented in source.

Meta