| configure_task | Initialize a configuration file for a future task |
| configure_task_server | Module shiny to configure a task. |
| conf_to_dt | Convert a list of task configurations into two data.tables of global and individual features. |
| dir_conf_to_dt | Convert a list of task configurations into two data.tables of global and individual features. |
| input_btns | create button for DT table |
| launcher | Evaluate and trigger the number of tasks to launch to reach the maximum allowed |
| run_order | Compute the order of priority to run a list of configurations |
| run_task | Run the task defined in a conf file |
| scheduler_add | Scheduler management of the launcher function |
| scheduler_exist | Scheduler management of the launcher function |
| scheduler_init | Scheduler management of the launcher function |
| scheduler_ls | Scheduler management of the launcher function |
| scheduler_remove | Scheduler management of the launcher function |
| tasks_overview_server | Module to visualize all the created tasks. |
| tasks_overview_UI | Module to visualize all the created tasks. |