TaskPoolScheduler.addScheduledJob

Adds a job to the scheduler. For this scheduler, jobs are added to the list in-order, such that the first job is the one whose next execution time is the closest.

class TaskPoolScheduler
void
addScheduledJob

Parameters

job ScheduledJob

The job to be added.

Meta