stop_fs_runner_task: Stops the epitweetr database task

View source: R/scheduler.R

stop_fs_runner_taskR Documentation

Stops the epitweetr database task

Description

stops the epitweetr database task

Usage

stop_fs_runner_task()

Details

Stops the epitweetr database task if it is already running This function will try also deactivate the respective scheduled task on Windows.

Value

Nothing

Examples

if(FALSE){
   #getting tasks statuses
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   stop_fs_runner_task()
}

epitweetr documentation built on Nov. 16, 2023, 5:07 p.m.