IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2009, 12:12:06 PM (17 years ago)
Author:
Paul Price
Message:

Adding crash exit handlers by copying and fixing the update handler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/summit.copy.pro

    r21478 r23230  
    126126        showcommand failure
    127127    end
     128    task.exit crash
     129        showcommand crash
     130    end
    128131    task.exit timeout
    129132        showcommand timeout
     
    182185    showcommand failure
    183186  end
     187  task.exit     crash
     188    showcommand crash
     189  end
    184190  task.exit     timeout
    185191    showcommand timeout
     
    228234          queueprint stderr
    229235        end
     236    end
     237    task.exit crash
     238        showcommand crash
    230239    end
    231240    task.exit timeout
     
    296305        showcommand failure
    297306        process_exit pzPendingExp $options:0 $JOB_STATUS
     307    end
     308
     309    task.exit crash
     310        showcommand crash
     311        book setword pzPendingExp $options:0 pantaskState CRASH
    298312    end
    299313
     
    344358        showcommand failure
    345359    end
     360    task.exit     crash
     361        showcommand crash
     362    end
    346363    task.exit     timeout
    347364        showcommand timeout
     
    442459    end
    443460
     461    task.exit crash
     462        showcommand crash
     463        book setword pzPendingImfile $options:0 pantaskState CRASH
     464    end
     465
    444466    # operation timed out?
    445467    task.exit timeout
     
    476498    task.exit default
    477499        showcommand failure
     500    end
     501    task.exit crash
     502        showcommand crash
    478503    end
    479504    task.exit timeout
     
    518543  end
    519544
     545  task.exit    crash
     546    showcommand crash
     547  end
     548
    520549  # operation times out?
    521550  task.exit    timeout
Note: See TracChangeset for help on using the changeset viewer.