ScheduledJob

Represents a pairing of a Job with a schedule.

Constructors

this
this(Job job, JobSchedule schedule, CurrentTimeProvider timeProvider)

Constructs a new pairing of a job and a schedule.

this
this(Job job, JobSchedule schedule)

Constructs a new pairing of a job and a schedule, with the default system time provider.

Members

Functions

getJob
Job getJob()

Gets the job from this pairing.

getSchedule
JobSchedule getSchedule()

Gets the schedule from this pairing.

opCmp
int opCmp(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta