<<

NAME

Koha::BackgroundJobs - Koha BackgroundJob Object set class

API

Class methods

search_limited

  my $background_jobs = Koha::BackgroundJobs->search_limited( $params, $attributes );

Returns all background jobs the logged in user should be allowed to see

filter_by_current

    my $current_jobs = $jobs->filter_by_current;

Returns a new resultset, filtering out finished jobs.

Internal methods

_type

object_class

<<