Index: trunk/ippTasks/stack.pro
===================================================================
--- trunk/ippTasks/stack.pro	(revision 12697)
+++ trunk/ippTasks/stack.pro	(revision 14042)
@@ -95,5 +95,5 @@
     end
 
-    # delete existing entries in the appropriate states
+    # delete existing entries in the appropriate pantaskStates
     process_cleanup stackSumSkyfile
   end
@@ -122,9 +122,9 @@
     if ($network == 0) break
     
-    # look for new images in stackSumSkyfile (state == NULL)
-    book getpage stackSumSkyfile 0 -var pageName -key state NULL
+    # look for new images in stackSumSkyfile (pantaskState == NULL)
+    book getpage stackSumSkyfile 0 -var pageName -key pantaskState NULL
     if ($pageName == NULL) break
 
-    book setword stackSumSkyfile $pageName state RUN
+    book setword stackSumSkyfile $pageName pantaskState RUN
     book getword stackSumSkyfile $pageName stack_id -var STACK_ID
     book getword stackSumSkyfile $pageName workdir -var WORKDIR
@@ -175,5 +175,5 @@
   task.exit    timeout
     showcommand timeout
-    book setword stackSumSkyfile $options:0 state TIMEOUT
+    book setword stackSumSkyfile $options:0 pantaskState TIMEOUT
   end
 end
