Changeset 14153 for trunk/ippTasks/chip.pro
- Timestamp:
- Jul 11, 2007, 5:11:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r14095 r14153 81 81 task.exit 0 82 82 # convert 'stdout' to book format 83 ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0 83 ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0 -setword pantaskState INIT 84 84 if ($VERBOSE > 2) 85 85 book listbook chipPendingImfile … … 112 112 if ($network == 0) break 113 113 114 # look for new images in chipPendingImfile (pantaskState == NULL)115 book getpage chipPendingImfile 0 -var pageName -key pantaskState NULL114 # look for new images in chipPendingImfile (pantaskState == INIT) 115 book getpage chipPendingImfile 0 -var pageName -key pantaskState INIT 116 116 if ($pageName == NULL) break 117 117
Note:
See TracChangeset
for help on using the changeset viewer.
