Changes between Version 30 and Version 31 of DatabaseBasedAnalysis/Tables


Ignore:
Timestamp:
09/03/18 20:27:48 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Tables

    v30 v31  
    7373
    7474||='''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  ||
    7777||=Success      =||  > 2000            ||  > 2000           ||     NULL            || Processing was successfully finished for this index    ||
    7878||=Failed       =||  > 2000            ||  > 2000           ||   NOT NULL          || Processing failed                                      ||