Changeset 14042 for trunk/ippTasks/register.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/register.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/register.pro
r14041 r14042 105 105 end 106 106 107 # delete existing entries in the appropriate states107 # delete existing entries in the appropriate pantaskStates 108 108 process_cleanup regPendingImfile 109 109 end … … 132 132 133 133 # look for new images in regPendingImfile 134 book getpage regPendingImfile 0 -var pageName -key state NULL134 book getpage regPendingImfile 0 -var pageName -key pantaskState NULL 135 135 if ($pageName == NULL) break 136 136 137 book setword regPendingImfile $pageName state RUN137 book setword regPendingImfile $pageName pantaskState RUN 138 138 139 139 book getword regPendingImfile $pageName exp_id -var EXP_ID … … 183 183 task.exit timeout 184 184 showcommand timeout 185 book setword regPendingImfile $options:0 state TIMEOUT185 book setword regPendingImfile $options:0 pantaskState TIMEOUT 186 186 end 187 187 end … … 219 219 end 220 220 221 # delete existing entries in the appropriate states221 # delete existing entries in the appropriate pantaskStates 222 222 process_cleanup regPendingExp 223 223 end … … 245 245 if ($network == 0) break 246 246 247 # look for new images in regPendingExp ( state == NULL)248 book getpage regPendingExp 0 -var pageName -key state NULL247 # look for new images in regPendingExp (pantaskState == NULL) 248 book getpage regPendingExp 0 -var pageName -key pantaskState NULL 249 249 if ($pageName == NULL) break 250 250 251 book setword regPendingExp $pageName state RUN251 book setword regPendingExp $pageName pantaskState RUN 252 252 book getword regPendingExp $pageName exp_id -var EXP_ID 253 253 book getword regPendingExp $pageName tmp_exp_name -var TMP_EXP_NAME … … 294 294 task.exit timeout 295 295 showcommand timeout 296 book setword regPendingExp $options:0 state TIMEOUT296 book setword regPendingExp $options:0 pantaskState TIMEOUT 297 297 end 298 298 end
Note:
See TracChangeset
for help on using the changeset viewer.
