|
PACS System 0.1.0
PACS DICOM system library
|
Simple interval-based schedule. More...
#include <task_scheduler_config.h>

Public Attributes | |
| std::chrono::seconds | interval {3600} |
| Interval between executions. | |
| std::optional< std::chrono::system_clock::time_point > | start_at |
| Optional start time for first execution. | |
Simple interval-based schedule.
Executes the task at fixed intervals.
Definition at line 40 of file task_scheduler_config.h.
| std::chrono::seconds kcenon::pacs::workflow::interval_schedule::interval {3600} |
Interval between executions.
Definition at line 42 of file task_scheduler_config.h.
| std::optional<std::chrono::system_clock::time_point> kcenon::pacs::workflow::interval_schedule::start_at |
Optional start time for first execution.
Definition at line 45 of file task_scheduler_config.h.