comparison Core/JobsEngine/JobInfo.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 a3fdfb6979ed
comparison
equal deleted inserted replaced
2570:2e879c796ec7 2573:3372c5255333
113 JobStatus& GetStatus() 113 JobStatus& GetStatus()
114 { 114 {
115 return status_; 115 return status_;
116 } 116 }
117 117
118 void Format(Json::Value& target) const; 118 void Serialize(Json::Value& target) const;
119 }; 119 };
120 } 120 }