comparison OrthancFramework/Sources/JobsEngine/Operations/SequenceOfOperationsJob.cpp @ 5310:b5c502bcaf99

added a route to DELETE /jobs/../archive
author Alain Mazy <am@osimis.io>
date Mon, 12 Jun 2023 18:42:06 +0200
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5309:fb231da5c0f1 5310:b5c502bcaf99
445 value[OPERATIONS] = tmp; 445 value[OPERATIONS] = tmp;
446 446
447 return true; 447 return true;
448 } 448 }
449 449
450 bool SequenceOfOperationsJob::GetOutput(std::string& output,
451 MimeType& mime,
452 std::string& filename,
453 const std::string& key)
454 {
455 return false;
456 }
457 450
458 void SequenceOfOperationsJob::AwakeTrailingSleep() 451 void SequenceOfOperationsJob::AwakeTrailingSleep()
459 { 452 {
460 operationAdded_.notify_one(); 453 operationAdded_.notify_one();
461 } 454 }