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

View source: R/taskscheduleR.R

taskscheduler_lsR Documentation

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(encoding = "UTF-8", ...)

Arguments

encoding

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

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

x <- taskscheduler_ls()
x

bnosac/taskscheduleR documentation built on March 18, 2024, 8:37 a.m.