BeforeFinish adds a callback to be run immediately before a Job is finished on the processor. The callback will be passed the processor itself and the job that's about to be finished. If Finish is called on an idle Processor, the callback still runs but j is nil.
(f func(p *Processor, j *Job))
source not stored for this graph (policy: none)
no outgoing calls