Mercurial > hg > orthanc
comparison Core/JobsEngine/Operations/SequenceOfOperationsJob.h @ 2663:228e2783ce83 jobs
some jobs might not be serializable
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 07 Jun 2018 18:18:02 +0200 |
parents | e1893d31652a |
children | 2540ac79ab6c |
comparison
equal
deleted
inserted
replaced
2662:47d812308d63 | 2663:228e2783ce83 |
---|---|
136 target = "SequenceOfOperations"; | 136 target = "SequenceOfOperations"; |
137 } | 137 } |
138 | 138 |
139 virtual void GetPublicContent(Json::Value& value); | 139 virtual void GetPublicContent(Json::Value& value); |
140 | 140 |
141 virtual void Serialize(Json::Value& value); | 141 virtual bool Serialize(Json::Value& value); |
142 | 142 |
143 void AwakeTrailingSleep() | 143 void AwakeTrailingSleep() |
144 { | 144 { |
145 operationAdded_.notify_one(); | 145 operationAdded_.notify_one(); |
146 } | 146 } |