NAME
Test::Smoke::App::ConfigSmoke::Scheduler - Mixin for Test::Smoke::App::ConfigSmoke
DESCRIPTION
These methods will be added to the Test::Smoke::App::ConfigSmoke class.
config_scheduler
Configure options crontime, add2cron (and temporarily cronbin and docron).
get_avail_scheduler
Looks for at.exe or schtasks.exe on MSWin32 or cron(tab) on other systems.
schedule_entry_ms_schtasks
Return the command to create a new entry for a MS-SchTasks task.
query_entry_ms_schtasks {
Return the command to query the scheduler.
schedule_entry_ms_at
Return the command to create a new entry for MS-AT.
schedule_entry_crontab
Return an entry for crontab(5) (3 stars)
docron_option
This option docron is not in the config-file, but is only needed to continue on the scheduler path.
crontime_option
This option crontime will be in the config-file, but only as a reminder.
add2cron_option
This option add2cron will not be in the config-file.
COPYRIGHT
(c) 2020, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.