NAME

POE::Component::SmokeBox::Result - object defining SmokeBox job results.

VERSION

version 0.58

DESCRIPTION

POE::Component::SmokeBox::Result is a class encapsulating the job results that are returned by POE::Component::SmokeBox::Backend and POE::Component::SmokeBox.

CONSTRUCTOR

new

Creates a new POE::Component::SmokeBox::Result object.

METHODS

add_result

Expects one argument, a hashref, representing a job result.

results

Returns a list of hashrefs representing job results.

SEE ALSO

POE::Component::SmokeBox

POE::Component::SmokeBox::Backend

POE::Component::SmokeBox::JobQueue

AUTHOR

Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Chris Williams.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.