comparison OrthancServer/Sources/ServerJobs/ArchiveJob.cpp @ 5364:b5f2122a1334

Added a route to delete completed jobs from history: DELETE /jobs/{id}
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 10:51:34 +0200
parents b5c502bcaf99
children fc604681e6be
comparison
equal deleted inserted replaced
5362:78aad3916da4 5364:b5f2122a1334
1480 else 1480 else
1481 { 1481 {
1482 return false; 1482 return false;
1483 } 1483 }
1484 } 1484 }
1485
1486 void ArchiveJob::DeleteAllOutputs()
1487 {
1488 DeleteOutput("archive");
1489 }
1485 } 1490 }