The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 hostname, usernote and usernote_pos

get_avail_scheduler

Looks for at.exe on MSWin32 or cron(tab) on other systems.

schedule_entry_ms_schtasks

Return an etry for MS-SchTasks

query_entry_ms_schtasks {

Return the command to query the scheduler.

schedule_entry_ms_at

Return an 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.