Changes between Version 16 and Version 17 of DatabaseBasedAnalysis/Tables


Ignore:
Timestamp:
09/03/18 18:29:28 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBasedAnalysis/Tables

    v16 v17  
    6868
    6969
     70== Status Tables ==
     71
     72There 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:
     73
     74||= fStartTime =||= fStopTime =||= fReturnCode =||=   Short   =||= Meaning =||
     75||   NULL       ||  NULL       ||    [NULL]     ||  To be done || Processing is supposed to be done, but not yet started ||
     76||  > 2000      ||  NULL       ||    [NULL]     ||  Running    || Processing is supposed to be done and running already  ||
     77||  > 2000      ||  > 2000     ||     NULL      ||  Successful || Processing was successfully finished for this index    ||
     78||  > 2000      ||  > 2000     ||   NOT NULL    ||  Failed     || Processing failed                                      ||
     79||  < 2000      ||  < 2000     ||    [NULL]     ||  Blocked    || Processing is not supposed to run for this index       ||