Man Page: fusioninventory::agent::scheduler
Operating Environment: debian
Section: 3pm
FusionInventory::Agent::Scheduler(3pm) User Contributed Perl Documentation FusionInventory::Agent::Scheduler(3pm)NAMEFusionInventory::Agent::Scheduler - A target schedulerDESCRIPTIONThis is the object used by the agent to schedule various targets.METHODSnew(%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)
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |