comparison Core/JobsEngine/JobInfo.h @ 2647:73d7d95dd75e jobs

removal of internal job information
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 May 2018 17:45:09 +0200
parents a3fdfb6979ed
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2646:740983056f9e 2647:73d7d95dd75e
113 JobStatus& GetStatus() 113 JobStatus& GetStatus()
114 { 114 {
115 return status_; 115 return status_;
116 } 116 }
117 117
118 void Serialize(Json::Value& target, 118 void Format(Json::Value& target) const;
119 bool includeInternalContent) const;
120 }; 119 };
121 } 120 }