Index Hierarchy OGWJobDelegate Protocol Reference Conforms to NSObject Declared in OGWJob.h Overview Delegate protocol for job events. Tasks – didFinishJob: required method Instance Methods didFinishJob: Sent to delegate when a job finishes and before a new job starts. - (void)didFinishJob:(OGWJob *)job Parameters job The job that finished. Declared In OGWJob.h Index Hierarchy