PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
task_scheduler.h File Reference

Task scheduler service for automated PACS operations. More...

#include "task_scheduler_config.h"
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <functional>
#include <map>
#include <memory>
#include <mutex>
#include <optional>
#include <queue>
#include <string>
#include <thread>
#include <vector>
Include dependency graph for task_scheduler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::pacs::workflow::task_scheduler
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 
namespace  kcenon::common
 
namespace  kcenon::common::interfaces
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::storage
 
namespace  kcenon::pacs::workflow
 

Detailed Description

Task scheduler service for automated PACS operations.

This file provides the task_scheduler class which schedules and executes recurring maintenance tasks like cleanup, archiving, and verification.

See also
SRS-WKF-002 - Task Scheduler Service Specification
FR-4.7 - Automated Maintenance Tasks
Author
kcenon
Since
1.0.0

Definition in file task_scheduler.h.