IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2009, 3:35:21 PM (17 years ago)
Author:
eugene
Message:

adding error states for cleanup / update analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.c

    r22751 r23123  
    3636    if (!strcmp(state, "wait")) return true;
    3737    if (!strcmp(state, "goto_cleaned")) return true;
     38    if (!strcmp(state, "error_cleaned")) return true;
    3839    if (!strcmp(state, "goto_scrubbed")) return true;
     40    if (!strcmp(state, "error_scrubbed")) return true;
    3941    if (!strcmp(state, "cleaned")) return true;
    4042    if (!strcmp(state, "update")) return true;
    4143    if (!strcmp(state, "purged")) return true;
    4244    if (!strcmp(state, "goto_purged")) return true;
     45    if (!strcmp(state, "error_purged")) return true;
    4346
    4447    return false;
    4548}
    4649
    47 // goto_scrubbed is similar to cleaned, but allows files to be removed even if the config
    48 // files is missing
     50// 'scrubbed' is a virtual state equivalent to cleaned, but allows files to be removed
     51// even if the config files is missing
Note: See TracChangeset for help on using the changeset viewer.