comparison OrthancServer/Sources/ServerJobs/ArchiveJob.h @ 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
120 MimeType& mime, 120 MimeType& mime,
121 std::string& filename, 121 std::string& filename,
122 const std::string& key) ORTHANC_OVERRIDE; 122 const std::string& key) ORTHANC_OVERRIDE;
123 123
124 virtual bool DeleteOutput(const std::string& key) ORTHANC_OVERRIDE; 124 virtual bool DeleteOutput(const std::string& key) ORTHANC_OVERRIDE;
125
126 virtual void DeleteAllOutputs() ORTHANC_OVERRIDE;
125 }; 127 };
126 } 128 }