taskscheduler_delete: Delete a specific task which was scheduled in the Windows...

Description Usage Arguments Value Examples

Description

Delete a specific task which was scheduled in the Windows task scheduler.

Usage

1

Arguments

taskname

the name of the task to delete. See the example.

Value

the system call to schtasks /Delete

Examples

1
2
3
4
5
6
7
8
## Not run: 
x <- taskscheduler_ls()
x
# The field TaskName might have been different on Windows with non-english language locale
task <- x$TaskName[1] 
taskscheduler_delete(taskname = task)

## End(Not run)

anuj0607/taskSchedulerR documentation built on May 19, 2019, 3:05 a.m.