is_fs_running: Check whether the database is running

View source: R/scheduler.R

is_fs_runningR Documentation

Check whether the database is running

Description

gets the database runner execution status

Usage

is_fs_running()

Details

returns a logical value being TRUE if the database runner is actually running

Value

logical Whether the database is running

Examples

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

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