diff Core/JobsEngine/IJob.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 2e879c796ec7
children 1b6a6d80b6f2
line wrap: on
line diff
--- a/Core/JobsEngine/IJob.h	Mon May 07 21:42:04 2018 +0200
+++ b/Core/JobsEngine/IJob.h	Wed May 09 17:56:14 2018 +0200
@@ -56,6 +56,10 @@
 
     virtual float GetProgress() = 0;
 
-    virtual void GetDescription(Json::Value& value) = 0;
+    virtual void GetJobType(std::string& target) = 0;
+    
+    virtual void GetPublicContent(Json::Value& value) = 0;
+
+    virtual void GetInternalContent(Json::Value& value) = 0;
   };
 }