C4::Scheduler - Module for running jobs with the unix at command
use C4::Scheduler;
This will return all scheduled jobs
This will return all At scheduled jobs
This will return the At job with the given id
Given a timestamp and a command this will schedule the job to run at that time.
Returns true if the job is added to the queue and false otherwise.
At some point C4::Scheduler
should be refactored:
Schedule::At
does not work on Win32.Chris Cormack <crc@liblime.com>