Changes between Version 30 and Version 31 of DatabaseBasedAnalysis/Tables
- Timestamp:
- 09/03/18 20:27:48 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis/Tables
v30 v31 73 73 74 74 ||='''Status''' =||= '''fStartTime''' =||= '''fStopTime''' =||= '''fReturnCode''' =||= '''Comment''' =|| 75 ||=Waiting =|| NULL|| NULL || [NULL] || Processing is supposed to be done (just not yet started or pre-conditions are still missing) ||76 ||=Running =|| > 2000|| NULL || [NULL] || Processing is supposed to be done and running already ||75 ||=Waiting =|| NULL || NULL || [NULL] || Processing is supposed to be done (just not yet started or pre-conditions are still missing) || 76 ||=Running =|| NOT NULL || NULL || [NULL] || Processing is supposed to be done and running already || 77 77 ||=Success =|| > 2000 || > 2000 || NULL || Processing was successfully finished for this index || 78 78 ||=Failed =|| > 2000 || > 2000 || NOT NULL || Processing failed ||