Changeset 24595
- Timestamp:
- Jun 25, 2009, 4:22:33 PM (17 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r24098 r24595 7 7 8 8 book init camPendingExp 9 book init camPendingCleanup9 #book init camPendingCleanup 10 10 11 11 macro camera.status 12 12 book listbook camPendingExp 13 book listbook camPendingCleanup13 # book listbook camPendingCleanup 14 14 end 15 15 16 16 macro camera.reset 17 17 book init camPendingExp 18 book init camPendingCleanup18 # book init camPendingCleanup 19 19 end 20 20 … … 37 37 end 38 38 39 macro camera.cleanup.on40 task camera.cleanup.load41 active true42 end43 task camera.cleanup.run44 active true45 end46 end47 48 macro camera.cleanup.off49 task camera.cleanup.load50 active false51 end52 task camera.cleanup.run53 active false54 end55 end39 # macro camera.cleanup.on 40 # task camera.cleanup.load 41 # active true 42 # end 43 # task camera.cleanup.run 44 # active true 45 # end 46 # end 47 48 # macro camera.cleanup.off 49 # task camera.cleanup.load 50 # active false 51 # end 52 # task camera.cleanup.run 53 # active false 54 # end 55 # end 56 56 57 57 # this variable will cycle through the known database names … … 199 199 end 200 200 201 # this variable will cycle through the known database names202 $camera_cleanup_DB = 0203 204 # select images ready for cam analysis205 # new entries are added to camPendingImfile206 # skip already-present entries207 task camera.cleanup.load208 host local209 210 periods -poll $LOADPOLL211 periods -exec $LOADEXEC212 periods -timeout 30213 npending 1214 active false215 216 stdout NULL217 stderr $LOGDIR/camera.cleanup.log218 219 task.exec220 if ($LABEL:n == 0) break221 $run = camtool -pendingcleanuprun222 if ($DB:n == 0)223 option DEFAULT224 else225 # save the DB name for the exit tasks226 option $DB:$camera_cleanup_DB227 $run = $run -dbname $DB:$camera_cleanup_DB228 $camera_cleanup_DB ++229 if ($camera_cleanup_DB >= $DB:n) set camera_cleanup_DB = 0230 end231 add_poll_args run232 add_poll_labels run233 command $run234 end235 236 # success237 task.exit 0238 # convert 'stdout' to book format239 ipptool2book stdout camPendingCleanup -key cam_id -uniq -setword dbname $options:0 -setword pantaskState INIT240 if ($VERBOSE > 2)241 book listbook camPendingCleanup242 end243 244 # delete existing entries in the appropriate pantaskStates245 process_cleanup camPendingCleanup246 end247 248 # locked list249 task.exit default250 showcommand failure251 end252 253 task.exit crash254 showcommand crash255 end256 257 # operation times out?258 task.exit timeout259 showcommand timeout260 end261 end262 263 # run the ipp_cleanup.pl script on pending images264 task camera.cleanup.run265 periods -poll $RUNPOLL266 periods -exec $RUNEXEC267 periods -timeout 60268 active false269 270 task.exec271 book npages camPendingCleanup -var N272 if ($N == 0) break273 if ($NETWORK == 0) break201 # # this variable will cycle through the known database names 202 # $camera_cleanup_DB = 0 203 204 # # select images ready for cam analysis 205 # # new entries are added to camPendingImfile 206 # # skip already-present entries 207 # task camera.cleanup.load 208 # host local 209 210 # periods -poll $LOADPOLL 211 # periods -exec $LOADEXEC 212 # periods -timeout 30 213 # npending 1 214 # active false 215 216 # stdout NULL 217 # stderr $LOGDIR/camera.cleanup.log 218 219 # task.exec 220 # if ($LABEL:n == 0) break 221 # $run = camtool -pendingcleanuprun 222 # if ($DB:n == 0) 223 # option DEFAULT 224 # else 225 # # save the DB name for the exit tasks 226 # option $DB:$camera_cleanup_DB 227 # $run = $run -dbname $DB:$camera_cleanup_DB 228 # $camera_cleanup_DB ++ 229 # if ($camera_cleanup_DB >= $DB:n) set camera_cleanup_DB = 0 230 # end 231 # add_poll_args run 232 # add_poll_labels run 233 # command $run 234 # end 235 236 # # success 237 # task.exit 0 238 # # convert 'stdout' to book format 239 # ipptool2book stdout camPendingCleanup -key cam_id -uniq -setword dbname $options:0 -setword pantaskState INIT 240 # if ($VERBOSE > 2) 241 # book listbook camPendingCleanup 242 # end 243 244 # # delete existing entries in the appropriate pantaskStates 245 # process_cleanup camPendingCleanup 246 # end 247 248 # # locked list 249 # task.exit default 250 # showcommand failure 251 # end 252 253 # task.exit crash 254 # showcommand crash 255 # end 256 257 # # operation times out? 258 # task.exit timeout 259 # showcommand timeout 260 # end 261 # end 262 263 # # run the ipp_cleanup.pl script on pending images 264 # task camera.cleanup.run 265 # periods -poll $RUNPOLL 266 # periods -exec $RUNEXEC 267 # periods -timeout 60 268 # active false 269 270 # task.exec 271 # book npages camPendingCleanup -var N 272 # if ($N == 0) break 273 # if ($NETWORK == 0) break 274 274 275 # look for new images in camPendingCleanup (pantaskState == INIT)276 book getpage camPendingCleanup 0 -var pageName -key pantaskState INIT277 if ("$pageName" == "NULL") break278 279 book setword camPendingCleanup $pageName pantaskState RUN280 book getword camPendingCleanup $pageName camera -var CAMERA281 book getword camPendingCleanup $pageName state -var CLEANUP_MODE282 book getword camPendingCleanup $pageName cam_id -var CAM_ID283 book getword camPendingCleanup $pageName dbname -var DBNAME284 285 # specify choice of local or remote host based on camera and cam (class_id)286 set.host.for.camera $CAMERA FPA287 288 stdout $LOGDIR/camera.cleanup.log289 stderr $LOGDIR/camera.cleanup.log290 291 # XXX is everything listed here needed?292 $run = ipp_cleanup.pl --stage camera --stage_id $CAM_ID --camera $CAMERA --mode $CLEANUP_MODE293 add_standard_args run294 295 # save the pageName for future reference below296 options $pageName297 298 # create the command line299 if ($VERBOSE > 1)300 echo command $run301 end302 command $run303 end304 305 # default exit status306 task.exit default307 process_exit camPendingCleanup $options:0 $JOB_STATUS308 end309 310 task.exit crash311 showcommand crash312 book setword camPendingCleanup $options:0 pantaskState CRASH313 end314 315 # operation timed out?316 task.exit timeout317 showcommand timeout318 book setword camPendingCleanup $options:0 pantaskState TIMEOUT319 end320 end275 # # look for new images in camPendingCleanup (pantaskState == INIT) 276 # book getpage camPendingCleanup 0 -var pageName -key pantaskState INIT 277 # if ("$pageName" == "NULL") break 278 279 # book setword camPendingCleanup $pageName pantaskState RUN 280 # book getword camPendingCleanup $pageName camera -var CAMERA 281 # book getword camPendingCleanup $pageName state -var CLEANUP_MODE 282 # book getword camPendingCleanup $pageName cam_id -var CAM_ID 283 # book getword camPendingCleanup $pageName dbname -var DBNAME 284 285 # # specify choice of local or remote host based on camera and cam (class_id) 286 # set.host.for.camera $CAMERA FPA 287 288 # stdout $LOGDIR/camera.cleanup.log 289 # stderr $LOGDIR/camera.cleanup.log 290 291 # # XXX is everything listed here needed? 292 # $run = ipp_cleanup.pl --stage camera --stage_id $CAM_ID --camera $CAMERA --mode $CLEANUP_MODE 293 # add_standard_args run 294 295 # # save the pageName for future reference below 296 # options $pageName 297 298 # # create the command line 299 # if ($VERBOSE > 1) 300 # echo command $run 301 # end 302 # command $run 303 # end 304 305 # # default exit status 306 # task.exit default 307 # process_exit camPendingCleanup $options:0 $JOB_STATUS 308 # end 309 310 # task.exit crash 311 # showcommand crash 312 # book setword camPendingCleanup $options:0 pantaskState CRASH 313 # end 314 315 # # operation timed out? 316 # task.exit timeout 317 # showcommand timeout 318 # book setword camPendingCleanup $options:0 pantaskState TIMEOUT 319 # end 320 # end -
trunk/ippTasks/chip.pro
r24098 r24595 10 10 11 11 book init chipPendingImfile 12 book init chipPendingCleanup12 #book init chipPendingCleanup 13 13 14 14 macro chip.status 15 15 book listbook chipPendingImfile 16 book listbook chipPendingCleanup16 # book listbook chipPendingCleanup 17 17 end 18 18 19 19 macro chip.reset 20 20 book init chipPendingImfile 21 book init chipPendingCleanup21 # book init chipPendingCleanup 22 22 end 23 23 … … 46 46 end 47 47 48 macro chip.cleanup.on49 task chip.cleanup.load50 active true51 end52 task chip.cleanup.run53 active true54 end55 end56 57 macro chip.cleanup.off58 task chip.cleanup.load59 active false60 end61 task chip.cleanup.run62 active false63 end64 end48 # macro chip.cleanup.on 49 # task chip.cleanup.load 50 # active true 51 # end 52 # task chip.cleanup.run 53 # active true 54 # end 55 # end 56 57 # macro chip.cleanup.off 58 # task chip.cleanup.load 59 # active false 60 # end 61 # task chip.cleanup.run 62 # active false 63 # end 64 # end 65 65 66 66 # this variable will cycle through the known database names … … 273 273 end 274 274 275 # this variable will cycle through the known database names276 $chip_cleanup_DB = 0277 278 # select images ready for chip analysis279 # new entries are added to chipPendingImfile280 # skip already-present entries281 task chip.cleanup.load282 host local283 284 periods -poll $LOADPOLL285 periods -exec $LOADEXEC286 periods -timeout 30287 npending 1288 active false289 290 stdout NULL291 stderr $LOGDIR/chip.cleanup.log292 293 task.exec294 if ($LABEL:n == 0) break295 $run = chiptool -pendingcleanuprun296 if ($DB:n == 0)297 option DEFAULT298 else299 # save the DB name for the exit tasks300 option $DB:$chip_cleanup_DB301 $run = $run -dbname $DB:$chip_cleanup_DB302 $chip_cleanup_DB ++303 if ($chip_cleanup_DB >= $DB:n) set chip_cleanup_DB = 0304 end305 add_poll_args run306 add_poll_labels run307 command $run308 end309 310 # success311 task.exit 0312 # convert 'stdout' to book format313 ipptool2book stdout chipPendingCleanup -key chip_id -uniq -setword dbname $options:0 -setword pantaskState INIT314 if ($VERBOSE > 2)315 book listbook chipPendingCleanup316 end317 318 # delete existing entries in the appropriate pantaskStates319 process_cleanup chipPendingCleanup320 end321 322 # locked list323 task.exit default324 showcommand failure325 end326 327 task.exit crash328 showcommand crash329 end330 331 # operation times out?332 task.exit timeout333 showcommand timeout334 end335 end336 337 # run the ipp_cleanup.pl script on pending images338 task chip.cleanup.run339 periods -poll $RUNPOLL340 periods -exec $RUNEXEC341 periods -timeout 60342 active false343 344 task.exec345 book npages chipPendingCleanup -var N346 if ($N == 0) break347 if ($NETWORK == 0) break275 # # this variable will cycle through the known database names 276 # $chip_cleanup_DB = 0 277 278 # # select images ready for chip analysis 279 # # new entries are added to chipPendingImfile 280 # # skip already-present entries 281 # task chip.cleanup.load 282 # host local 283 284 # periods -poll $LOADPOLL 285 # periods -exec $LOADEXEC 286 # periods -timeout 30 287 # npending 1 288 # active false 289 290 # stdout NULL 291 # stderr $LOGDIR/chip.cleanup.log 292 293 # task.exec 294 # if ($LABEL:n == 0) break 295 # $run = chiptool -pendingcleanuprun 296 # if ($DB:n == 0) 297 # option DEFAULT 298 # else 299 # # save the DB name for the exit tasks 300 # option $DB:$chip_cleanup_DB 301 # $run = $run -dbname $DB:$chip_cleanup_DB 302 # $chip_cleanup_DB ++ 303 # if ($chip_cleanup_DB >= $DB:n) set chip_cleanup_DB = 0 304 # end 305 # add_poll_args run 306 # add_poll_labels run 307 # command $run 308 # end 309 310 # # success 311 # task.exit 0 312 # # convert 'stdout' to book format 313 # ipptool2book stdout chipPendingCleanup -key chip_id -uniq -setword dbname $options:0 -setword pantaskState INIT 314 # if ($VERBOSE > 2) 315 # book listbook chipPendingCleanup 316 # end 317 318 # # delete existing entries in the appropriate pantaskStates 319 # process_cleanup chipPendingCleanup 320 # end 321 322 # # locked list 323 # task.exit default 324 # showcommand failure 325 # end 326 327 # task.exit crash 328 # showcommand crash 329 # end 330 331 # # operation times out? 332 # task.exit timeout 333 # showcommand timeout 334 # end 335 # end 336 337 # # run the ipp_cleanup.pl script on pending images 338 # task chip.cleanup.run 339 # periods -poll $RUNPOLL 340 # periods -exec $RUNEXEC 341 # periods -timeout 60 342 # active false 343 344 # task.exec 345 # book npages chipPendingCleanup -var N 346 # if ($N == 0) break 347 # if ($NETWORK == 0) break 348 348 349 # look for new images in chipPendingCleanup (pantaskState == INIT)350 book getpage chipPendingCleanup 0 -var pageName -key pantaskState INIT351 if ("$pageName" == "NULL") break352 353 book setword chipPendingCleanup $pageName pantaskState RUN354 book getword chipPendingCleanup $pageName camera -var CAMERA355 book getword chipPendingCleanup $pageName state -var CLEANUP_MODE356 book getword chipPendingCleanup $pageName chip_id -var CHIP_ID357 book getword chipPendingCleanup $pageName dbname -var DBNAME358 359 # specify choice of local or remote host based on camera and chip (class_id)360 set.host.for.camera $CAMERA FPA361 362 stdout $LOGDIR/chip.cleanup.log363 stderr $LOGDIR/chip.cleanup.log364 365 # XXX is everything listed here needed?366 $run = ipp_cleanup.pl --stage chip --stage_id $CHIP_ID --camera $CAMERA --mode $CLEANUP_MODE367 add_standard_args run368 369 # save the pageName for future reference below370 options $pageName371 372 # create the command line373 if ($VERBOSE > 1)374 echo command $run375 end376 command $run377 end378 379 # default exit status380 task.exit default381 process_exit chipPendingCleanup $options:0 $JOB_STATUS382 end383 384 task.exit crash385 showcommand crash386 book setword chipPendingCleanup $options:0 pantaskState CRASH387 end388 389 # operation timed out?390 task.exit timeout391 showcommand timeout392 book setword chipPendingCleanup $options:0 pantaskState TIMEOUT393 end394 end349 # # look for new images in chipPendingCleanup (pantaskState == INIT) 350 # book getpage chipPendingCleanup 0 -var pageName -key pantaskState INIT 351 # if ("$pageName" == "NULL") break 352 353 # book setword chipPendingCleanup $pageName pantaskState RUN 354 # book getword chipPendingCleanup $pageName camera -var CAMERA 355 # book getword chipPendingCleanup $pageName state -var CLEANUP_MODE 356 # book getword chipPendingCleanup $pageName chip_id -var CHIP_ID 357 # book getword chipPendingCleanup $pageName dbname -var DBNAME 358 359 # # specify choice of local or remote host based on camera and chip (class_id) 360 # set.host.for.camera $CAMERA FPA 361 362 # stdout $LOGDIR/chip.cleanup.log 363 # stderr $LOGDIR/chip.cleanup.log 364 365 # # XXX is everything listed here needed? 366 # $run = ipp_cleanup.pl --stage chip --stage_id $CHIP_ID --camera $CAMERA --mode $CLEANUP_MODE 367 # add_standard_args run 368 369 # # save the pageName for future reference below 370 # options $pageName 371 372 # # create the command line 373 # if ($VERBOSE > 1) 374 # echo command $run 375 # end 376 # command $run 377 # end 378 379 # # default exit status 380 # task.exit default 381 # process_exit chipPendingCleanup $options:0 $JOB_STATUS 382 # end 383 384 # task.exit crash 385 # showcommand crash 386 # book setword chipPendingCleanup $options:0 pantaskState CRASH 387 # end 388 389 # # operation timed out? 390 # task.exit timeout 391 # showcommand timeout 392 # book setword chipPendingCleanup $options:0 pantaskState TIMEOUT 393 # end 394 # end -
trunk/ippTasks/diff.pro
r24183 r24595 10 10 ### Initialise the books containing the tasks to do 11 11 book init diffSkyfile 12 book init diffCleanup12 #book init diffCleanup 13 13 14 14 ### Database lists 15 15 $diffSkycell_DB = 0 16 $diffCleanup_DB = 016 #$diffCleanup_DB = 0 17 17 18 18 ### Check status of diffing tasks 19 19 macro diff.status 20 20 book listbook diffSkyfile 21 book listbook diffCleanup21 # book listbook diffCleanup 22 22 end 23 23 … … 25 25 macro diff.reset 26 26 book init diffSkyfile 27 book init diffCleanup27 # book init diffCleanup 28 28 end 29 29 … … 48 48 end 49 49 50 macro diff.cleanup.on51 task diff.cleanup.load52 active true53 end54 task diff.cleanup.run55 active true56 end57 end58 59 macro diff.cleanup.off60 task diff.cleanup.load61 active false62 end63 task diff.cleanup.run64 active false65 end66 end50 # macro diff.cleanup.on 51 # task diff.cleanup.load 52 # active true 53 # end 54 # task diff.cleanup.run 55 # active true 56 # end 57 # end 58 59 # macro diff.cleanup.off 60 # task diff.cleanup.load 61 # active false 62 # end 63 # task diff.cleanup.run 64 # active false 65 # end 66 # end 67 67 68 68 … … 199 199 end 200 200 201 # select images ready for diff analysis202 # new entries are added to diffPendingImfile203 # skip already-present entries204 task diff.cleanup.load205 host local206 207 periods -poll $LOADPOLL208 periods -exec $LOADEXEC209 periods -timeout 30210 npending 1211 active false212 213 stdout NULL214 stderr $LOGDIR/diff.cleanup.log215 216 task.exec217 if ($LABEL:n == 0) break218 $run = difftool -pendingcleanuprun219 if ($DB:n == 0)220 option DEFAULT221 else222 # save the DB name for the exit tasks223 option $DB:$diffCleanup_DB224 $run = $run -dbname $DB:$diffCleanup_DB225 $diffCleanup_DB ++226 if ($diffCleanup_DB >= $DB:n) set diffCleanup_DB = 0227 end228 add_poll_args run229 add_poll_labels run230 command $run231 end232 233 # success234 task.exit 0235 # convert 'stdout' to book format236 ipptool2book stdout diffCleanup -key diff_id -uniq -setword dbname $options:0 -setword pantaskState INIT237 if ($VERBOSE > 2)238 book listbook diffCleanup239 end240 241 # delete existing entries in the appropriate pantaskStates242 process_cleanup diffCleanup243 end244 245 # locked list246 task.exit default247 showcommand failure248 end249 250 task.exit crash251 showcommand crash252 end253 254 # operation times out?255 task.exit timeout256 showcommand timeout257 end258 end259 260 # run the ipp_cleanup.pl script on pending images261 task diff.cleanup.run262 periods -poll $RUNPOLL263 periods -exec $RUNEXEC264 periods -timeout 60265 active false266 267 task.exec268 book npages diffCleanup -var N269 if ($N == 0) break270 if ($NETWORK == 0) break201 # # select images ready for diff analysis 202 # # new entries are added to diffPendingImfile 203 # # skip already-present entries 204 # task diff.cleanup.load 205 # host local 206 207 # periods -poll $LOADPOLL 208 # periods -exec $LOADEXEC 209 # periods -timeout 30 210 # npending 1 211 # active false 212 213 # stdout NULL 214 # stderr $LOGDIR/diff.cleanup.log 215 216 # task.exec 217 # if ($LABEL:n == 0) break 218 # $run = difftool -pendingcleanuprun 219 # if ($DB:n == 0) 220 # option DEFAULT 221 # else 222 # # save the DB name for the exit tasks 223 # option $DB:$diffCleanup_DB 224 # $run = $run -dbname $DB:$diffCleanup_DB 225 # $diffCleanup_DB ++ 226 # if ($diffCleanup_DB >= $DB:n) set diffCleanup_DB = 0 227 # end 228 # add_poll_args run 229 # add_poll_labels run 230 # command $run 231 # end 232 233 # # success 234 # task.exit 0 235 # # convert 'stdout' to book format 236 # ipptool2book stdout diffCleanup -key diff_id -uniq -setword dbname $options:0 -setword pantaskState INIT 237 # if ($VERBOSE > 2) 238 # book listbook diffCleanup 239 # end 240 241 # # delete existing entries in the appropriate pantaskStates 242 # process_cleanup diffCleanup 243 # end 244 245 # # locked list 246 # task.exit default 247 # showcommand failure 248 # end 249 250 # task.exit crash 251 # showcommand crash 252 # end 253 254 # # operation times out? 255 # task.exit timeout 256 # showcommand timeout 257 # end 258 # end 259 260 # # run the ipp_cleanup.pl script on pending images 261 # task diff.cleanup.run 262 # periods -poll $RUNPOLL 263 # periods -exec $RUNEXEC 264 # periods -timeout 60 265 # active false 266 267 # task.exec 268 # book npages diffCleanup -var N 269 # if ($N == 0) break 270 # if ($NETWORK == 0) break 271 271 272 # look for new images in diffCleanup (pantaskState == INIT)273 book getpage diffCleanup 0 -var pageName -key pantaskState INIT274 if ("$pageName" == "NULL") break275 276 book setword diffCleanup $pageName pantaskState RUN277 book getword diffCleanup $pageName camera -var CAMERA278 book getword diffCleanup $pageName state -var CLEANUP_MODE279 book getword diffCleanup $pageName diff_id -var DIFF_ID280 book getword diffCleanup $pageName dbname -var DBNAME281 282 # specify choice of local or remote host based on camera and diff (class_id)283 set.host.for.camera $CAMERA FPA284 285 stdout $LOGDIR/diff.cleanup.log286 stderr $LOGDIR/diff.cleanup.log287 288 # XXX is everything listed here needed?289 $run = ipp_cleanup.pl --stage diff --stage_id $DIFF_ID --camera $CAMERA --mode $CLEANUP_MODE290 add_standard_args run291 292 # save the pageName for future reference below293 options $pageName294 295 # create the command line296 if ($VERBOSE > 1)297 echo command $run298 end299 command $run300 end301 302 # default exit status303 task.exit default304 process_exit diffCleanup $options:0 $JOB_STATUS305 end306 307 task.exit crash308 showcommand crash309 book setword diffCleanup $options:0 pantaskState CRASH310 end311 312 # operation timed out?313 task.exit timeout314 showcommand timeout315 book setword diffCleanup $options:0 pantaskState TIMEOUT316 end317 end272 # # look for new images in diffCleanup (pantaskState == INIT) 273 # book getpage diffCleanup 0 -var pageName -key pantaskState INIT 274 # if ("$pageName" == "NULL") break 275 276 # book setword diffCleanup $pageName pantaskState RUN 277 # book getword diffCleanup $pageName camera -var CAMERA 278 # book getword diffCleanup $pageName state -var CLEANUP_MODE 279 # book getword diffCleanup $pageName diff_id -var DIFF_ID 280 # book getword diffCleanup $pageName dbname -var DBNAME 281 282 # # specify choice of local or remote host based on camera and diff (class_id) 283 # set.host.for.camera $CAMERA FPA 284 285 # stdout $LOGDIR/diff.cleanup.log 286 # stderr $LOGDIR/diff.cleanup.log 287 288 # # XXX is everything listed here needed? 289 # $run = ipp_cleanup.pl --stage diff --stage_id $DIFF_ID --camera $CAMERA --mode $CLEANUP_MODE 290 # add_standard_args run 291 292 # # save the pageName for future reference below 293 # options $pageName 294 295 # # create the command line 296 # if ($VERBOSE > 1) 297 # echo command $run 298 # end 299 # command $run 300 # end 301 302 # # default exit status 303 # task.exit default 304 # process_exit diffCleanup $options:0 $JOB_STATUS 305 # end 306 307 # task.exit crash 308 # showcommand crash 309 # book setword diffCleanup $options:0 pantaskState CRASH 310 # end 311 312 # # operation timed out? 313 # task.exit timeout 314 # showcommand timeout 315 # book setword diffCleanup $options:0 pantaskState TIMEOUT 316 # end 317 # end -
trunk/ippTasks/fake.pro
r24098 r24595 7 7 8 8 book init fakePendingImfile 9 book init fakePendingCleanup9 #book init fakePendingCleanup 10 10 11 11 macro fake.status 12 12 book listbook fakePendingImfile 13 book listbook fakePendingCleanup13 # book listbook fakePendingCleanup 14 14 end 15 15 16 16 macro fake.reset 17 17 book init fakePendingImfile 18 book init fakePendingCleanup18 # book init fakePendingCleanup 19 19 end 20 20 … … 43 43 end 44 44 45 macro fake.cleanup.on46 task fake.cleanup.load47 active true48 end49 task fake.cleanup.run50 active true51 end52 end53 54 macro fake.cleanup.off55 task fake.cleanup.load56 active false57 end58 task fake.cleanup.run59 active false60 end61 end45 # macro fake.cleanup.on 46 # task fake.cleanup.load 47 # active true 48 # end 49 # task fake.cleanup.run 50 # active true 51 # end 52 # end 53 54 # macro fake.cleanup.off 55 # task fake.cleanup.load 56 # active false 57 # end 58 # task fake.cleanup.run 59 # active false 60 # end 61 # end 62 62 63 63 # this variable will cycle through the known database names … … 249 249 end 250 250 251 # this variable will cycle through the known database names252 $fake_cleanup_DB = 0253 254 # select images ready for fake analysis255 # new entries are added to fakePendingImfile256 # skip already-present entries257 task fake.cleanup.load258 host local259 260 periods -poll $LOADPOLL261 periods -exec $LOADEXEC262 periods -timeout 30263 npending 1264 active false265 266 stdout NULL267 stderr $LOGDIR/fake.cleanup.log268 269 task.exec270 if ($LABEL:n == 0) break271 $run = faketool -pendingcleanuprun272 if ($DB:n == 0)273 option DEFAULT274 command275 else276 # save the DB name for the exit tasks277 option $DB:$fake_cleanup_DB278 $run = $run -dbname $DB:$fake_cleanup_DB279 $fake_cleanup_DB ++280 if ($fake_cleanup_DB >= $DB:n) set fake_cleanup_DB = 0281 end282 add_poll_args run283 add_poll_labels run284 command $run285 end286 287 # success288 task.exit 0289 # convert 'stdout' to book format290 ipptool2book stdout fakePendingCleanup -key fake_id -uniq -setword dbname $options:0 -setword pantaskState INIT291 if ($VERBOSE > 2)292 book listbook fakePendingCleanup293 end294 295 # delete existing entries in the appropriate pantaskStates296 process_cleanup fakePendingCleanup297 end298 299 # locked list300 task.exit default301 showcommand failure302 end303 304 task.exit crash305 showcommand crash306 end307 308 # operation times out?309 task.exit timeout310 showcommand timeout311 end312 end313 314 # run the ipp_cleanup.pl script on pending images315 task fake.cleanup.run316 periods -poll $RUNPOLL317 periods -exec $RUNEXEC318 periods -timeout 60319 active false320 321 task.exec322 book npages fakePendingCleanup -var N323 if ($N == 0) break324 if ($NETWORK == 0) break251 # # this variable will cycle through the known database names 252 # $fake_cleanup_DB = 0 253 254 # # select images ready for fake analysis 255 # # new entries are added to fakePendingImfile 256 # # skip already-present entries 257 # task fake.cleanup.load 258 # host local 259 260 # periods -poll $LOADPOLL 261 # periods -exec $LOADEXEC 262 # periods -timeout 30 263 # npending 1 264 # active false 265 266 # stdout NULL 267 # stderr $LOGDIR/fake.cleanup.log 268 269 # task.exec 270 # if ($LABEL:n == 0) break 271 # $run = faketool -pendingcleanuprun 272 # if ($DB:n == 0) 273 # option DEFAULT 274 # command 275 # else 276 # # save the DB name for the exit tasks 277 # option $DB:$fake_cleanup_DB 278 # $run = $run -dbname $DB:$fake_cleanup_DB 279 # $fake_cleanup_DB ++ 280 # if ($fake_cleanup_DB >= $DB:n) set fake_cleanup_DB = 0 281 # end 282 # add_poll_args run 283 # add_poll_labels run 284 # command $run 285 # end 286 287 # # success 288 # task.exit 0 289 # # convert 'stdout' to book format 290 # ipptool2book stdout fakePendingCleanup -key fake_id -uniq -setword dbname $options:0 -setword pantaskState INIT 291 # if ($VERBOSE > 2) 292 # book listbook fakePendingCleanup 293 # end 294 295 # # delete existing entries in the appropriate pantaskStates 296 # process_cleanup fakePendingCleanup 297 # end 298 299 # # locked list 300 # task.exit default 301 # showcommand failure 302 # end 303 304 # task.exit crash 305 # showcommand crash 306 # end 307 308 # # operation times out? 309 # task.exit timeout 310 # showcommand timeout 311 # end 312 # end 313 314 # # run the ipp_cleanup.pl script on pending images 315 # task fake.cleanup.run 316 # periods -poll $RUNPOLL 317 # periods -exec $RUNEXEC 318 # periods -timeout 60 319 # active false 320 321 # task.exec 322 # book npages fakePendingCleanup -var N 323 # if ($N == 0) break 324 # if ($NETWORK == 0) break 325 325 326 # look for new images in fakePendingCleanup (pantaskState == INIT)327 book getpage fakePendingCleanup 0 -var pageName -key pantaskState INIT328 if ("$pageName" == "NULL") break329 330 book setword fakePendingCleanup $pageName pantaskState RUN331 book getword fakePendingCleanup $pageName camera -var CAMERA332 book getword fakePendingCleanup $pageName state -var CLEANUP_MODE333 book getword fakePendingCleanup $pageName fake_id -var FAKE_ID334 book getword fakePendingCleanup $pageName dbname -var DBNAME335 336 # specify choice of local or remote host based on camera and fake (class_id)337 set.host.for.camera $CAMERA FPA338 339 stdout $LOGDIR/fake.cleanup.log340 stderr $LOGDIR/fake.cleanup.log341 342 # XXX is everything listed here needed?343 $run = ipp_cleanup.pl --stage fake --stage_id $FAKE_ID --camera $CAMERA --mode $CLEANUP_MODE344 add_standard_args run345 346 # save the pageName for future reference below347 options $pageName348 349 # create the command line350 if ($VERBOSE > 1)351 echo command $run352 end353 command $run354 end355 356 # default exit status357 task.exit default358 process_exit fakePendingCleanup $options:0 $JOB_STATUS359 end360 361 task.exit crash362 showcommand crash363 book setword fakePendingCleanup $options:0 pantaskState CRASH364 end365 366 # operation timed out?367 task.exit timeout368 showcommand timeout369 book setword fakePendingCleanup $options:0 pantaskState TIMEOUT370 end371 end326 # # look for new images in fakePendingCleanup (pantaskState == INIT) 327 # book getpage fakePendingCleanup 0 -var pageName -key pantaskState INIT 328 # if ("$pageName" == "NULL") break 329 330 # book setword fakePendingCleanup $pageName pantaskState RUN 331 # book getword fakePendingCleanup $pageName camera -var CAMERA 332 # book getword fakePendingCleanup $pageName state -var CLEANUP_MODE 333 # book getword fakePendingCleanup $pageName fake_id -var FAKE_ID 334 # book getword fakePendingCleanup $pageName dbname -var DBNAME 335 336 # # specify choice of local or remote host based on camera and fake (class_id) 337 # set.host.for.camera $CAMERA FPA 338 339 # stdout $LOGDIR/fake.cleanup.log 340 # stderr $LOGDIR/fake.cleanup.log 341 342 # # XXX is everything listed here needed? 343 # $run = ipp_cleanup.pl --stage fake --stage_id $FAKE_ID --camera $CAMERA --mode $CLEANUP_MODE 344 # add_standard_args run 345 346 # # save the pageName for future reference below 347 # options $pageName 348 349 # # create the command line 350 # if ($VERBOSE > 1) 351 # echo command $run 352 # end 353 # command $run 354 # end 355 356 # # default exit status 357 # task.exit default 358 # process_exit fakePendingCleanup $options:0 $JOB_STATUS 359 # end 360 361 # task.exit crash 362 # showcommand crash 363 # book setword fakePendingCleanup $options:0 pantaskState CRASH 364 # end 365 366 # # operation timed out? 367 # task.exit timeout 368 # showcommand timeout 369 # book setword fakePendingCleanup $options:0 pantaskState TIMEOUT 370 # end 371 # end -
trunk/ippTasks/stack.pro
r24098 r24595 10 10 ### Initialise the books containing the tasks to do 11 11 book init stackSumSkyfile 12 book init stackCleanup12 #book init stackCleanup 13 13 14 14 ### Database lists 15 15 $stackSkycell_DB = 0 16 $stackCleanup_DB = 016 #$stackCleanup_DB = 0 17 17 18 18 ### Check status of stacking tasks 19 19 macro stack.status 20 20 book listbook stackSumSkyfile 21 book listbook stackCleanup21 # book listbook stackCleanup 22 22 end 23 23 … … 25 25 macro stack.reset 26 26 book init stackSumSkyfile 27 book init stackCleanup27 # book init stackCleanup 28 28 end 29 29 … … 48 48 end 49 49 50 macro stack.cleanup.on51 task stack.cleanup.load52 active true53 end54 task stack.cleanup.run55 active true56 end57 end58 59 macro stack.cleanup.off60 task stack.cleanup.load61 active false62 end63 task stack.cleanup.run64 active false65 end66 end50 # macro stack.cleanup.on 51 # task stack.cleanup.load 52 # active true 53 # end 54 # task stack.cleanup.run 55 # active true 56 # end 57 # end 58 59 # macro stack.cleanup.off 60 # task stack.cleanup.load 61 # active false 62 # end 63 # task stack.cleanup.run 64 # active false 65 # end 66 # end 67 67 68 68 … … 195 195 196 196 197 # select images ready for stack analysis198 # new entries are added to stackCleanup199 # skip already-present entries200 task stack.cleanup.load201 host local202 203 periods -poll $LOADPOLL204 periods -exec $LOADEXEC205 periods -timeout 30206 npending 1207 active false208 209 stdout NULL210 stderr $LOGDIR/stack.cleanup.log211 212 task.exec213 if ($LABEL:n == 0) break214 $run = stacktool -pendingcleanuprun215 if ($DB:n == 0)216 option DEFAULT217 else218 # save the DB name for the exit tasks219 option $DB:$stackCleanup_DB220 $run = $run -dbname $DB:$stackCleanup_DB221 $stackCleanup_DB ++222 if ($stackCleanup_DB >= $DB:n) set stackCleanup_DB = 0223 end224 add_poll_args run225 add_poll_labels run226 command $run227 end228 229 # success230 task.exit 0231 # convert 'stdout' to book format232 ipptool2book stdout stackCleanup -key stack_id -uniq -setword dbname $options:0 -setword pantaskState INIT233 if ($VERBOSE > 2)234 book listbook stackCleanup235 end236 237 # delete existing entries in the appropriate pantaskStates238 process_cleanup stackCleanup239 end240 241 # locked list242 task.exit default243 showcommand failure244 end245 246 task.exit crash247 showcommand crash248 end249 250 # operation times out?251 task.exit timeout252 showcommand timeout253 end254 end255 256 # run the ipp_cleanup.pl script on pending images257 task stack.cleanup.run258 periods -poll $RUNPOLL259 periods -exec $RUNEXEC260 periods -timeout 60261 active false262 263 task.exec264 book npages stackCleanup -var N265 if ($N == 0) break266 if ($NETWORK == 0) break197 # # select images ready for stack analysis 198 # # new entries are added to stackCleanup 199 # # skip already-present entries 200 # task stack.cleanup.load 201 # host local 202 203 # periods -poll $LOADPOLL 204 # periods -exec $LOADEXEC 205 # periods -timeout 30 206 # npending 1 207 # active false 208 209 # stdout NULL 210 # stderr $LOGDIR/stack.cleanup.log 211 212 # task.exec 213 # if ($LABEL:n == 0) break 214 # $run = stacktool -pendingcleanuprun 215 # if ($DB:n == 0) 216 # option DEFAULT 217 # else 218 # # save the DB name for the exit tasks 219 # option $DB:$stackCleanup_DB 220 # $run = $run -dbname $DB:$stackCleanup_DB 221 # $stackCleanup_DB ++ 222 # if ($stackCleanup_DB >= $DB:n) set stackCleanup_DB = 0 223 # end 224 # add_poll_args run 225 # add_poll_labels run 226 # command $run 227 # end 228 229 # # success 230 # task.exit 0 231 # # convert 'stdout' to book format 232 # ipptool2book stdout stackCleanup -key stack_id -uniq -setword dbname $options:0 -setword pantaskState INIT 233 # if ($VERBOSE > 2) 234 # book listbook stackCleanup 235 # end 236 237 # # delete existing entries in the appropriate pantaskStates 238 # process_cleanup stackCleanup 239 # end 240 241 # # locked list 242 # task.exit default 243 # showcommand failure 244 # end 245 246 # task.exit crash 247 # showcommand crash 248 # end 249 250 # # operation times out? 251 # task.exit timeout 252 # showcommand timeout 253 # end 254 # end 255 256 # # run the ipp_cleanup.pl script on pending images 257 # task stack.cleanup.run 258 # periods -poll $RUNPOLL 259 # periods -exec $RUNEXEC 260 # periods -timeout 60 261 # active false 262 263 # task.exec 264 # book npages stackCleanup -var N 265 # if ($N == 0) break 266 # if ($NETWORK == 0) break 267 267 268 # look for new images in stackCleanup (pantaskState == INIT)269 book getpage stackCleanup 0 -var pageName -key pantaskState INIT270 if ("$pageName" == "NULL") break271 272 book setword stackCleanup $pageName pantaskState RUN273 book getword stackCleanup $pageName camera -var CAMERA274 book getword stackCleanup $pageName state -var CLEANUP_MODE275 book getword stackCleanup $pageName stack_id -var STACK_ID276 book getword stackCleanup $pageName dbname -var DBNAME277 278 # specify choice of local or remote host based on camera and stack (class_id)279 set.host.for.camera $CAMERA FPA280 281 stdout $LOGDIR/stack.cleanup.log282 stderr $LOGDIR/stack.cleanup.log283 284 # XXX is everything listed here needed?285 $run = ipp_cleanup.pl --stage stack --stage_id $STACK_ID --camera $CAMERA --mode $CLEANUP_MODE286 add_standard_args run287 288 # save the pageName for future reference below289 options $pageName290 291 # create the command line292 if ($VERBOSE > 1)293 echo command $run294 end295 command $run296 end297 298 # default exit status299 task.exit default300 process_exit stackCleanup $options:0 $JOB_STATUS301 end302 303 task.exit crash304 showcommand crash305 book setword stackCleanup $options:0 pantaskState CRASH306 end307 308 # operation timed out?309 task.exit timeout310 showcommand timeout311 book setword stackCleanup $options:0 pantaskState TIMEOUT312 end313 end268 # # look for new images in stackCleanup (pantaskState == INIT) 269 # book getpage stackCleanup 0 -var pageName -key pantaskState INIT 270 # if ("$pageName" == "NULL") break 271 272 # book setword stackCleanup $pageName pantaskState RUN 273 # book getword stackCleanup $pageName camera -var CAMERA 274 # book getword stackCleanup $pageName state -var CLEANUP_MODE 275 # book getword stackCleanup $pageName stack_id -var STACK_ID 276 # book getword stackCleanup $pageName dbname -var DBNAME 277 278 # # specify choice of local or remote host based on camera and stack (class_id) 279 # set.host.for.camera $CAMERA FPA 280 281 # stdout $LOGDIR/stack.cleanup.log 282 # stderr $LOGDIR/stack.cleanup.log 283 284 # # XXX is everything listed here needed? 285 # $run = ipp_cleanup.pl --stage stack --stage_id $STACK_ID --camera $CAMERA --mode $CLEANUP_MODE 286 # add_standard_args run 287 288 # # save the pageName for future reference below 289 # options $pageName 290 291 # # create the command line 292 # if ($VERBOSE > 1) 293 # echo command $run 294 # end 295 # command $run 296 # end 297 298 # # default exit status 299 # task.exit default 300 # process_exit stackCleanup $options:0 $JOB_STATUS 301 # end 302 303 # task.exit crash 304 # showcommand crash 305 # book setword stackCleanup $options:0 pantaskState CRASH 306 # end 307 308 # # operation timed out? 309 # task.exit timeout 310 # showcommand timeout 311 # book setword stackCleanup $options:0 pantaskState TIMEOUT 312 # end 313 # end -
trunk/ippTasks/warp.pro
r24506 r24595 17 17 $warpExp_DB = 0 18 18 $warpSkycell_DB = 0 19 $warpCleanup_DB = 019 #$warpCleanup_DB = 0 20 20 21 21 ### Check status of warping tasks … … 23 23 book listbook warpInputExp 24 24 book listbook warpPendingSkyCell 25 book listbook warpPendingCleanup25 # book listbook warpPendingCleanup 26 26 end 27 27 … … 30 30 book init warpInputExp 31 31 book init warpPendingSkyCell 32 book init warpPendingCleanup32 # book init warpPendingCleanup 33 33 end 34 34 … … 71 71 end 72 72 73 macro warp.cleanup.on74 task warp.cleanup.load75 active true76 end77 task warp.cleanup.run78 active true79 end80 end81 macro warp.cleanup.off82 task warp.cleanup.load83 active false84 end85 task warp.cleanup.run86 active false87 end88 end73 # macro warp.cleanup.on 74 # task warp.cleanup.load 75 # active true 76 # end 77 # task warp.cleanup.run 78 # active true 79 # end 80 # end 81 # macro warp.cleanup.off 82 # task warp.cleanup.load 83 # active false 84 # end 85 # task warp.cleanup.run 86 # active false 87 # end 88 # end 89 89 90 90 ### Load tasks for calculating the warp overlaps … … 404 404 end 405 405 406 # select images ready for warp analysis407 # new entries are added to warpPendingImfile408 # skip already-present entries409 task warp.cleanup.load410 host local411 412 periods -poll $LOADPOLL413 periods -exec $LOADEXEC414 periods -timeout 30415 npending 1416 active false417 418 stdout NULL419 stderr $LOGDIR/warp.cleanup.log420 421 task.exec422 if ($LABEL:n == 0) break423 $run = warptool -pendingcleanuprun424 if ($DB:n == 0)425 option DEFAULT426 else427 # save the DB name for the exit tasks428 option $DB:$warpCleanup_DB429 $run = $run -dbname $DB:$warpCleanup_DB430 $warpCleanup_DB ++431 if ($warpCleanup_DB >= $DB:n) set warpCleanup_DB = 0432 end433 add_poll_args run434 add_poll_labels run435 command $run436 end437 438 # success439 task.exit 0440 # convert 'stdout' to book format441 ipptool2book stdout warpPendingCleanup -key warp_id -uniq -setword dbname $options:0 -setword pantaskState INIT442 if ($VERBOSE > 2)443 book listbook warpPendingCleanup444 end445 446 # delete existing entries in the appropriate pantaskStates447 process_cleanup warpPendingCleanup448 end449 450 # locked list451 task.exit default452 showcommand failure453 end454 455 task.exit crash456 showcommand crash457 end458 459 # operation times out?460 task.exit timeout461 showcommand timeout462 end463 end464 465 # run the ipp_cleanup.pl script on pending images466 task warp.cleanup.run467 periods -poll $RUNPOLL468 periods -exec $RUNEXEC469 periods -timeout 60470 active false471 472 task.exec473 book npages warpPendingCleanup -var N474 if ($N == 0) break475 if ($NETWORK == 0) break406 # # select images ready for warp analysis 407 # # new entries are added to warpPendingImfile 408 # # skip already-present entries 409 # task warp.cleanup.load 410 # host local 411 412 # periods -poll $LOADPOLL 413 # periods -exec $LOADEXEC 414 # periods -timeout 30 415 # npending 1 416 # active false 417 418 # stdout NULL 419 # stderr $LOGDIR/warp.cleanup.log 420 421 # task.exec 422 # if ($LABEL:n == 0) break 423 # $run = warptool -pendingcleanuprun 424 # if ($DB:n == 0) 425 # option DEFAULT 426 # else 427 # # save the DB name for the exit tasks 428 # option $DB:$warpCleanup_DB 429 # $run = $run -dbname $DB:$warpCleanup_DB 430 # $warpCleanup_DB ++ 431 # if ($warpCleanup_DB >= $DB:n) set warpCleanup_DB = 0 432 # end 433 # add_poll_args run 434 # add_poll_labels run 435 # command $run 436 # end 437 438 # # success 439 # task.exit 0 440 # # convert 'stdout' to book format 441 # ipptool2book stdout warpPendingCleanup -key warp_id -uniq -setword dbname $options:0 -setword pantaskState INIT 442 # if ($VERBOSE > 2) 443 # book listbook warpPendingCleanup 444 # end 445 446 # # delete existing entries in the appropriate pantaskStates 447 # process_cleanup warpPendingCleanup 448 # end 449 450 # # locked list 451 # task.exit default 452 # showcommand failure 453 # end 454 455 # task.exit crash 456 # showcommand crash 457 # end 458 459 # # operation times out? 460 # task.exit timeout 461 # showcommand timeout 462 # end 463 # end 464 465 # # run the ipp_cleanup.pl script on pending images 466 # task warp.cleanup.run 467 # periods -poll $RUNPOLL 468 # periods -exec $RUNEXEC 469 # periods -timeout 60 470 # active false 471 472 # task.exec 473 # book npages warpPendingCleanup -var N 474 # if ($N == 0) break 475 # if ($NETWORK == 0) break 476 476 477 # look for new images in warpPendingCleanup (pantaskState == INIT)478 book getpage warpPendingCleanup 0 -var pageName -key pantaskState INIT479 if ("$pageName" == "NULL") break480 481 book setword warpPendingCleanup $pageName pantaskState RUN482 book getword warpPendingCleanup $pageName camera -var CAMERA483 book getword warpPendingCleanup $pageName state -var CLEANUP_MODE484 book getword warpPendingCleanup $pageName warp_id -var WARP_ID485 book getword warpPendingCleanup $pageName dbname -var DBNAME486 487 # specify choice of local or remote host based on camera and warp (class_id)488 set.host.for.camera $CAMERA FPA489 490 stdout $LOGDIR/warp.cleanup.log491 stderr $LOGDIR/warp.cleanup.log492 493 # XXX is everything listed here needed?494 $run = ipp_cleanup.pl --stage warp --stage_id $WARP_ID --camera $CAMERA --mode $CLEANUP_MODE495 add_standard_args run496 497 # save the pageName for future reference below498 options $pageName499 500 # create the command line501 if ($VERBOSE > 1)502 echo command $run503 end504 command $run505 end506 507 # default exit status508 task.exit default509 process_exit warpPendingCleanup $options:0 $JOB_STATUS510 end511 512 task.exit crash513 showcommand crash514 book setword warpPendingCleanup $options:0 pantaskState CRASH515 end516 517 # operation timed out?518 task.exit timeout519 showcommand timeout520 book setword warpPendingCleanup $options:0 pantaskState TIMEOUT521 end522 end477 # # look for new images in warpPendingCleanup (pantaskState == INIT) 478 # book getpage warpPendingCleanup 0 -var pageName -key pantaskState INIT 479 # if ("$pageName" == "NULL") break 480 481 # book setword warpPendingCleanup $pageName pantaskState RUN 482 # book getword warpPendingCleanup $pageName camera -var CAMERA 483 # book getword warpPendingCleanup $pageName state -var CLEANUP_MODE 484 # book getword warpPendingCleanup $pageName warp_id -var WARP_ID 485 # book getword warpPendingCleanup $pageName dbname -var DBNAME 486 487 # # specify choice of local or remote host based on camera and warp (class_id) 488 # set.host.for.camera $CAMERA FPA 489 490 # stdout $LOGDIR/warp.cleanup.log 491 # stderr $LOGDIR/warp.cleanup.log 492 493 # # XXX is everything listed here needed? 494 # $run = ipp_cleanup.pl --stage warp --stage_id $WARP_ID --camera $CAMERA --mode $CLEANUP_MODE 495 # add_standard_args run 496 497 # # save the pageName for future reference below 498 # options $pageName 499 500 # # create the command line 501 # if ($VERBOSE > 1) 502 # echo command $run 503 # end 504 # command $run 505 # end 506 507 # # default exit status 508 # task.exit default 509 # process_exit warpPendingCleanup $options:0 $JOB_STATUS 510 # end 511 512 # task.exit crash 513 # showcommand crash 514 # book setword warpPendingCleanup $options:0 pantaskState CRASH 515 # end 516 517 # # operation timed out? 518 # task.exit timeout 519 # showcommand timeout 520 # book setword warpPendingCleanup $options:0 pantaskState TIMEOUT 521 # end 522 # end
Note:
See TracChangeset
for help on using the changeset viewer.
