Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
2667:5fa2f2ce74f0 | 2668:d26dd081df97 |
---|---|
74 enum GlobalProperty | 74 enum GlobalProperty |
75 { | 75 { |
76 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 | 76 GlobalProperty_DatabaseSchemaVersion = 1, // Unused in the Orthanc core as of Orthanc 0.9.5 |
77 GlobalProperty_FlushSleep = 2, | 77 GlobalProperty_FlushSleep = 2, |
78 GlobalProperty_AnonymizationSequence = 3, | 78 GlobalProperty_AnonymizationSequence = 3, |
79 GlobalProperty_DatabasePatchLevel = 4 // Reserved for internal use of the database plugins | 79 GlobalProperty_DatabasePatchLevel = 4, // Reserved for internal use of the database plugins |
80 GlobalProperty_JobsRegistry = 5 | |
80 }; | 81 }; |
81 | 82 |
82 enum MetadataType | 83 enum MetadataType |
83 { | 84 { |
84 MetadataType_Instance_IndexInSeries = 1, | 85 MetadataType_Instance_IndexInSeries = 1, |