fusioninventory::agent::scheduler(3pm) debian man page | unix.com

Man Page: fusioninventory::agent::scheduler

Operating Environment: debian

Section: 3pm

FusionInventory::Agent::Scheduler(3pm)			User Contributed Perl Documentation		    FusionInventory::Agent::Scheduler(3pm)

NAME
FusionInventory::Agent::Scheduler - A target scheduler
DESCRIPTION
This is the object used by the agent to schedule various targets.
METHODS
new(%params) The constructor. The following parameters are allowed, as keys of the %params hash: logger the logger object to use (default: a new stderr logger) lazy a flag to ensure targets whose next scheduled execution date has not been reached yet will get ignored. Only useful when background flag is not set. wait a number of second to wait before returning each target. Only useful when background flag is not set. background a flag to set if the agent is running as a resident program, aka a daemon in Unix world, and a service in Windows world (default: false) addTarget() Add a new target to schedule. getNextTarget() Get the next scheduled target. getTargets() Get all targets. perl v5.14.2 2012-06-25 FusionInventory::Agent::Scheduler(3pm)
Related Man Pages
fusioninventory::agent::storage(3pm) - debian
fusioninventory::agent::tools(3pm) - debian
fusioninventory::agent::tools::unix(3pm) - debian
log::agent::driver::default(3pm) - debian
log::agent::tag::callback(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results