Skip to contents

creates a job named taskname that runs every minute using Windows schtasks.exe

Usage

schedule_schtasks(command, taskname = "tessiflow")

unschedule_schtasks(taskname = "tessiflow")

unschedule_crontab(taskname = "tessiflow")

Arguments

command

string command line expression

taskname

string name of task

Value

result of system call

Functions

  • unschedule_schtasks(): deletes a job with the name taskname using Windows schtasks.exe

  • unschedule_crontab(): deletes a job named taskname using *nix crontab