Changeset 31486
- Timestamp:
- May 6, 2011, 6:13:43 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/lap.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/lap.pro
r31485 r31486 170 170 # success 171 171 task.exit 0 172 # book delpage lapNewRuns $options:0173 172 ipptool2book stdout lapNewRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT 174 173 … … 231 230 # success 232 231 task.exit 0 233 # ipptool2book stdout lapNewRuns -uniq -key lap_id234 235 232 if ($VERBOSE > 2) 236 233 book listbook lapNewRuns … … 284 281 285 282 add_poll_labels run 286 # echo $run 287 command $run 288 end 289 # success 290 task.exit 0 291 # book delpage lapRunRuns $options:0 283 command $run 284 end 285 # success 286 task.exit 0 292 287 ipptool2book stdout lapRunRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT 293 288 … … 324 319 book npages lapRunRuns -var N 325 320 326 # echo $N $NETWORK327 321 if ($N == 0) break 328 322 if ($NETWORK == 0) break … … 334 328 if ($lap_RunPage >= $N) set lap_RunPage = 0 335 329 336 # echo $lapRunPageName337 330 if ("$lapRunPageName" == "NULL") break 338 331 … … 352 345 # success 353 346 task.exit 0 354 # ipptool2book stdout lapRunRuns -uniq -key lap_id355 356 347 if ($VERBOSE > 2) 357 348 book listbook lapRunRuns … … 467 458 # success 468 459 task.exit 0 469 # ipptool2book stdout lapDoneRuns -uniq -key lap_id470 460 471 461 if ($VERBOSE > 2)
Note:
See TracChangeset
for help on using the changeset viewer.
