Changeset 14153 for trunk/ippTasks/register.pro
- Timestamp:
- Jul 11, 2007, 5:11:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r14042 r14153 100 100 task.exit $EXIT_SUCCESS 101 101 # convert 'stdout' to book format 102 ipptool2book stdout regPendingImfile -key exp_id:tmp_class_id -uniq -setword dbname $options:0 102 ipptool2book stdout regPendingImfile -key exp_id:tmp_class_id -uniq -setword dbname $options:0 -setword pantaskState INIT 103 103 if ($VERBOSE > 2) 104 104 book listbook regPendingImfile … … 132 132 133 133 # look for new images in regPendingImfile 134 book getpage regPendingImfile 0 -var pageName -key pantaskState NULL134 book getpage regPendingImfile 0 -var pageName -key pantaskState INIT 135 135 if ($pageName == NULL) break 136 136 … … 214 214 task.exit $EXIT_SUCCESS 215 215 # convert 'stdout' to book format 216 ipptool2book stdout regPendingExp -key exp_id -uniq -setword dbname $options:0 216 ipptool2book stdout regPendingExp -key exp_id -uniq -setword dbname $options:0 -setword pantaskState INIT 217 217 if ($VERBOSE > 2) 218 218 book listbook regPendingExp … … 245 245 if ($network == 0) break 246 246 247 # look for new images in regPendingExp (pantaskState == NULL)248 book getpage regPendingExp 0 -var pageName -key pantaskState NULL247 # look for new images in regPendingExp (pantaskState == INIT) 248 book getpage regPendingExp 0 -var pageName -key pantaskState INIT 249 249 if ($pageName == NULL) break 250 250
Note:
See TracChangeset
for help on using the changeset viewer.
