Changeset 31485 for trunk/ippTasks/lap.pro
- Timestamp:
- May 6, 2011, 6:10:11 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/lap.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/lap.pro
r31480 r31485 27 27 end 28 28 29 macro lap.clear.books 30 book init lapNewRuns 31 book init lapRunRuns 32 book init lapFullRuns 33 book init lapDoneRuns 34 end 35 29 36 macro lap.on 30 37 task lap.initial.load … … 214 221 215 222 option $LAP_ID 223 book delpage lapNewRuns $LAP_ID 216 224 217 225 $run = lap_science.pl --chip_mode --dbname $DBNAME --lap_id $LAP_ID … … 223 231 # success 224 232 task.exit 0 225 book delpage lapNewRuns $options:0226 233 # ipptool2book stdout lapNewRuns -uniq -key lap_id 227 234 … … 335 342 336 343 option $LAP_ID 344 book delpage lapRunRuns $LAP_ID 345 337 346 $run = lap_science.pl --monitor_mode --dbname $DBNAME --lap_id $LAP_ID 338 347 … … 343 352 # success 344 353 task.exit 0 345 book delpage lapRunRuns $options:0346 354 # ipptool2book stdout lapRunRuns -uniq -key lap_id 347 355 … … 449 457 book getword lapDoneRuns $lapDonePageName dbname -var DBNAME 450 458 459 book delpage lapDoneRuns $LAP_ID 460 451 461 $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID 452 462
Note:
See TracChangeset
for help on using the changeset viewer.
