Changeset 31484
- Timestamp:
- May 6, 2011, 6:07:42 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110505/ippTasks/lap.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110505/ippTasks/lap.pro
r31481 r31484 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 216 223 book delpage lapNewRuns $LAP_ID 217 224 $run = lap_science.pl --chip_mode --dbname $DBNAME --lap_id $LAP_ID 218 225 … … 223 230 # success 224 231 task.exit 0 225 book delpage lapNewRuns $options:0 232 226 233 # ipptool2book stdout lapNewRuns -uniq -key lap_id 227 234 … … 335 342 336 343 option $LAP_ID 344 book delpage lapRunRuns $LAP_ID 337 345 $run = lap_science.pl --monitor_mode --dbname $DBNAME --lap_id $LAP_ID 338 346 … … 343 351 # success 344 352 task.exit 0 345 book delpage lapRunRuns $options:0346 353 # ipptool2book stdout lapRunRuns -uniq -key lap_id 347 354 … … 449 456 book getword lapDoneRuns $lapDonePageName dbname -var DBNAME 450 457 458 book delpage lapDoneRuns $options:0 459 451 460 $run = lap_science.pl --cleanup_mode --dbname $DBNAME --lap_id $LAP_ID 452 461
Note:
See TracChangeset
for help on using the changeset viewer.
