[Koha-bugs] [Bug 30943] Make background job classes use helpers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 2 12:59:57 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943

--- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Martin Renvoize from comment #7)
> OK.. I think this patchset if solid as is if we push the process fix first
> that checks for status...
> 
> Having both process and start methods is slightly confusing at first ;P

I agree the terminology is confusing. But they are really different things, as
->process is really the overloaded method in the job class, and ->start is just
marking the task as started. i.e. if we rename process => start, we will still
want a (say) ->mark_started method that does what this method does.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list