NAME
App::Manoc::Netwalker::Poller::Scoreboard - Mantains netwalker workers task status
VERSION
version 2.99.2
DESCRIPTION
This class mantains netwalker workers task status.
Status is an an enumeration of qw(DONE QUEUED RUNNING ERROR)
and is mantained for server and device tasks, indexed by their own id.
METHODS
get_device_status( $id )
set_device_info( $id, $status, $jobid )
device_status_list
get_server_status
set_server_info
server_status_list
get_job_info
delete_job_info
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.