Changes between Version 18 and Version 19 of DatabaseBasedAnalysis/Tables


Ignore:
Timestamp:
09/03/18 18:34:24 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Tables

    v18 v19  
    7272There are a few status tables which give status information on the on-going processing. They usually contain an index column, the columns '''fStartTime''', '''fStopTime''' and '''fReturnCode'''. The meaning is the following:
    7373
    74 ||=Status     =||= fStartTime =||= fStopTime =||= fReturnCode =||= Comment =||
    75 ||=Waiting    =||   NULL       ||  NULL       ||    [NULL]     || Processing is supposed to be done, but not yet started ||
    76 ||=Running    =||  > 2000      ||  NULL       ||    [NULL]     || Processing is supposed to be done and running already  ||
    77 ||=Successful =||  > 2000      ||  > 2000     ||     NULL      || Processing was successfully finished for this index    ||
    78 ||=Failed     =||  > 2000      ||  > 2000     ||   NOT NULL    || Processing failed                                      ||
    79 ||=Blocked    =||  < 2000      ||  < 2000     ||    [NULL]     || Processing is not supposed to run for this index       ||
     74||='''Status''' =||= '''fStartTime''' =||= '''fStopTime''' =||= '''fReturnCode''' =||= '''Comment''' =||
     75||=Waiting      =||   NULL             ||  NULL             ||    [NULL]           || Processing is supposed to be done, but not yet started ||
     76||=Running      =||  > 2000            ||  NULL             ||    [NULL]           || Processing is supposed to be done and running already  ||
     77||=Successful   =||  > 2000            ||  > 2000           ||     NULL            || Processing was successfully finished for this index    ||
     78||=Failed       =||  > 2000            ||  > 2000           ||   NOT NULL          || Processing failed                                      ||
     79||=Blocked      =||  < 2000            ||  < 2000           ||    [NULL]           || Processing is not supposed to run for this index       ||