powered by
Get all the tasks which are currently scheduled at the Windows task scheduler.
taskscheduler_ls(encoding = "UTF-8", ...)
a data.frame with scheduled tasks as returned by schtasks /Query for which the Taskname or second column in the dataset the preceding \ is removed
encoding of the CSV which schtasks.exe generates. Defaults to UTF-8.
optional arguments passed on to fread in order to read in the CSV file which schtasks generates
fread
x <- taskscheduler_ls() x
Run the code above in your browser using DataLab