Changeset 14042 for trunk/ippTasks/stack.pro
- Timestamp:
- Jul 6, 2007, 9:10:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/stack.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/stack.pro
r12697 r14042 95 95 end 96 96 97 # delete existing entries in the appropriate states97 # delete existing entries in the appropriate pantaskStates 98 98 process_cleanup stackSumSkyfile 99 99 end … … 122 122 if ($network == 0) break 123 123 124 # look for new images in stackSumSkyfile ( state == NULL)125 book getpage stackSumSkyfile 0 -var pageName -key state NULL124 # look for new images in stackSumSkyfile (pantaskState == NULL) 125 book getpage stackSumSkyfile 0 -var pageName -key pantaskState NULL 126 126 if ($pageName == NULL) break 127 127 128 book setword stackSumSkyfile $pageName state RUN128 book setword stackSumSkyfile $pageName pantaskState RUN 129 129 book getword stackSumSkyfile $pageName stack_id -var STACK_ID 130 130 book getword stackSumSkyfile $pageName workdir -var WORKDIR … … 175 175 task.exit timeout 176 176 showcommand timeout 177 book setword stackSumSkyfile $options:0 state TIMEOUT177 book setword stackSumSkyfile $options:0 pantaskState TIMEOUT 178 178 end 179 179 end
Note:
See TracChangeset
for help on using the changeset viewer.
