ScheduledJob.this

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

  1. this(Job job, JobSchedule schedule, long id, CurrentTimeProvider timeProvider)
  2. this(Job job, JobSchedule schedule, long id)
    class ScheduledJob
    package
    this

Parameters

job Job

The job which is scheduled.

schedule JobSchedule

The schedule that defines when the job will run.

id long

The unique id for this job.

Meta