Mercurial > hg > orthanc
comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3437:dbaf439c8888
OrthancPlugins::OrthancJob::SubmitAndWait()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 20 Jun 2019 18:36:48 +0200 |
parents | 6503ab9489ba |
children | d97ef941d521 |
comparison
equal
deleted
inserted
replaced
3436:64eafed9418a | 3437:dbaf439c8888 |
---|---|
766 | 766 |
767 static OrthancPluginJob* Create(OrthancJob* job /* takes ownership */); | 767 static OrthancPluginJob* Create(OrthancJob* job /* takes ownership */); |
768 | 768 |
769 static std::string Submit(OrthancJob* job /* takes ownership */, | 769 static std::string Submit(OrthancJob* job /* takes ownership */, |
770 int priority); | 770 int priority); |
771 | |
772 static void SubmitAndWait(Json::Value& result, | |
773 OrthancJob* job /* takes ownership */, | |
774 int priority); | |
771 }; | 775 }; |
772 #endif | 776 #endif |
773 | 777 |
774 | 778 |
775 #if HAS_ORTHANC_PLUGIN_METRICS == 1 | 779 #if HAS_ORTHANC_PLUGIN_METRICS == 1 |