comparison Core/JobsEngine/JobsRegistry.h @ 2867:251614c2edac

DicomMoveScuJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Oct 2018 16:08:51 +0200
parents 8e0bc055d18c
children dc18d5804746
comparison
equal deleted inserted replaced
2866:437e6ba20a5e 2867:251614c2edac
159 int priority); 159 int priority);
160 160
161 void Submit(IJob* job, // Takes ownership 161 void Submit(IJob* job, // Takes ownership
162 int priority); 162 int priority);
163 163
164 bool SubmitAndWait(IJob* job, // Takes ownership 164 bool SubmitAndWait(Json::Value& successContent,
165 IJob* job, // Takes ownership
165 int priority); 166 int priority);
166 167
167 bool SetPriority(const std::string& id, 168 bool SetPriority(const std::string& id,
168 int priority); 169 int priority);
169 170