stop_detect_runner_task {epitweetr}R Documentation

Stops the alert detection task

Description

stops the alert detection task

Usage

stop_detect_runner_task()

Details

Stops the alert detection 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_detect_runner_task()
}

[Package epitweetr version 2.2.16 Index]