Changeset 21463 for trunk/ippTasks/chip.pro
- Timestamp:
- Feb 13, 2009, 8:51:50 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r20932 r21463 190 190 191 191 # this variable will cycle through the known database names 192 $chip_promote_DB = 0 193 194 # promote exposures for which all imfiles have completed processing 195 # sets the exposure state to full and queues warp processing if requested 196 task chip.promoteexp 197 host local 198 199 periods -poll $LOADPOLL 200 periods -exec $LOADEXEC 201 periods -timeout 30 202 npending 1 203 204 stdout NULL 205 stderr $LOGDIR/chip.promoteexp.log 206 207 task.exec 208 $run = chiptool -promoteexp -limit 10 209 if ($DB:n == 0) 210 option DEFAULT 211 else 212 # save the DB name for the exit tasks 213 option $DB:$chip_promote_DB 214 $run = $run -dbname $DB:$chip_promote_DB 215 $chip_promote_DB ++ 216 if ($chip_promote_DB >= $DB:n) set chip_promote_DB = 0 217 end 218 add_poll_args run 219 command $run 220 end 221 222 # success 223 task.exit 0 224 end 225 226 # locked list 227 task.exit default 228 showcommand failure 229 end 230 231 # operation times out? 232 task.exit timeout 233 showcommand timeout 234 end 235 end 236 237 # this variable will cycle through the known database names 192 238 $chip_cleanup_DB = 0 193 239
Note:
See TracChangeset
for help on using the changeset viewer.
