Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 2668:d26dd081df97 jobs
saving jobs engine on exit
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 08 Jun 2018 18:08:48 +0200 |
parents | 878b59270859 |
children | c4ee0bedb51b |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Fri Jun 08 15:48:35 2018 +0200 +++ b/OrthancServer/ServerEnumerations.h Fri Jun 08 18:08:48 2018 +0200 @@ -76,7 +76,8 @@ GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 GlobalProperty_FlushSleep = 2, GlobalProperty_AnonymizationSequence = 3, - GlobalProperty_DatabasePatchLevel = 4 // Reserved for internal use of the database plugins + GlobalProperty_DatabasePatchLevel = 4, // Reserved for internal use of the database plugins + GlobalProperty_JobsRegistry = 5 }; enum MetadataType