IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25794


Ignore:
Timestamp:
Oct 7, 2009, 1:15:25 PM (17 years ago)
Author:
bills
Message:

add flag where the user asks us to wait for images to be regenerated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/RequestFile.pm

    r25126 r25794  
    2323                    $PSTAMP_SELECT_WEIGHT
    2424                    $PSTAMP_SELECT_INVERSE
     25                    $PSTAMP_WAIT_FOR_UPDATE
    2526                    $PSTAMP_SUCCESS
    2627                    $PSTAMP_SYSTEM_ERROR
     
    4950
    5051our $PSTAMP_SELECT_INVERSE   = 1024;
     52our $PSTAMP_WAIT_FOR_UPDATE  = 2048;
    5153
    5254# job and result codes
Note: See TracChangeset for help on using the changeset viewer.