The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Hopkins::Store::Schema::ResultSet::Task - ResultSet class for Task

DESCRIPTION

this class houses ResultSet methods for the Task ORM class. it provides niceties and convenience methods.

METHODS

queued

restricts the ResultSet to only those Tasks that have been queued but not started.

given a task name and a DateTime object, returns a boolean value indicating whether or not the task has successfully executed since

given a task name, returns a boolean value indicating whether or not the task is currently running

AUTHOR

Mike Eldridge <diz@cpan.org>

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 33:

Unknown directive: =sub

Around line 52:

Unknown directive: =sub