is_detect_running: Check whether the alert detection task is running

View source: R/scheduler.R

is_detect_runningR Documentation

Check whether the alert detection task is running

Description

gets the alert detection runner execution status

Usage

is_detect_running()

Details

returns a logical value being TRUE if the alert detection task is actually running

Value

logical Whether the alert detection task is running

Examples

if(FALSE){
   library(epitweetr)
   message('Please choose the epitweetr data directory')
   setup_config(file.choose())
   is_detect_running()
}

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