Learn R Programming

taskscheduleR (version 1.1)

taskscheduler_ls: Get all the tasks which are currently scheduled at the Windows task scheduler.

Description

Get all the tasks which are currently scheduled at the Windows task scheduler.

Usage

taskscheduler_ls(...)

Arguments

...

optional arguments passed on to fread in order to read in the CSV file which schtasks generates

Value

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

Examples

Run this code
# NOT RUN {
x <- taskscheduler_ls()
x
# }

Run the code above in your browser using DataLab