comparison 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
comparison
equal deleted inserted replaced
2570:2e879c796ec7 2573:3372c5255333
54 State state_; 54 State state_;
55 JobsRegistry registry_; 55 JobsRegistry registry_;
56 boost::thread retryHandler_; 56 boost::thread retryHandler_;
57 std::vector<boost::thread> workers_; 57 std::vector<boost::thread> workers_;
58 58
59 bool IsRunning();
60
59 bool ExecuteStep(JobsRegistry::RunningJob& running, 61 bool ExecuteStep(JobsRegistry::RunningJob& running,
60 size_t workerIndex); 62 size_t workerIndex);
61 63
62 static void RetryHandler(JobsEngine* engine); 64 static void RetryHandler(JobsEngine* engine);
63 65