jobQueued abstract method

void jobQueued(
  1. QueueJob job
)

Records that a job has been queued.

Implementation

void jobQueued(QueueJob job);