diff Core/JobsEngine/JobsEngine.h @ 2573:3372c5255333 jobs

StoreScuJob, Orthanc Explorer for jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 May 2018 17:56:14 +0200
parents 2af17cd5eb1f
children 441f23af9d89
line wrap: on
line diff
--- a/Core/JobsEngine/JobsEngine.h	Mon May 07 21:42:04 2018 +0200
+++ b/Core/JobsEngine/JobsEngine.h	Wed May 09 17:56:14 2018 +0200
@@ -56,6 +56,8 @@
     boost::thread               retryHandler_;
     std::vector<boost::thread>  workers_;
 
+    bool IsRunning();
+    
     bool ExecuteStep(JobsRegistry::RunningJob& running,
                      size_t workerIndex);