Callback handle for a job.
If the callback signals to stop traversing, the current minute is still
processed completely (to ensure correct ordering of jobs).
Parameters:
job - The job to handle
Returns:
true If processing should continue, false otherwise.