Index: trunk/ippTasks/pantasks.pro
===================================================================
--- trunk/ippTasks/pantasks.pro	(revision 13949)
+++ trunk/ippTasks/pantasks.pro	(revision 14042)
@@ -256,13 +256,13 @@
   if ($exitCode == $EXIT_SUCCESS) 
     # the handler scripts update DB the tables; here we just update the page
-    book setword $bookName $pageName state DONE
+    book setword $bookName $pageName pantaskState DONE
     return
   end
 
   # failure related to the data files
-  # jobs which result in DATAERR must have db state updated 
+  # jobs which result in DATAERR must have db pantaskState updated 
   if ($exitCode == $EXIT_DATA_ERR)
     showcommand failure
-    book setword $bookName $pageName state DATA_ERR
+    book setword $bookName $pageName pantaskState DATA_ERR
     return
   end
@@ -279,5 +279,5 @@
     # stop
     showcommand "system failure"
-    book setword $bookName $pageName state SYS_ERR
+    book setword $bookName $pageName pantaskState SYS_ERR
     return
   end
@@ -287,5 +287,5 @@
     # stop
     showcommand "config error"
-    book setword $bookName $pageName state CONFIG_ERR
+    book setword $bookName $pageName pantaskState CONFIG_ERR
     return
   end
@@ -295,5 +295,5 @@
     # stop
     showcommand "programming error"
-    book setword $bookName $pageName state PROG_ERR
+    book setword $bookName $pageName pantaskState PROG_ERR
     return
   end
@@ -301,5 +301,5 @@
   # any other exit status
   showcommand failure
-  book setword $bookName $pageName state UNKNOWN_ERR
+  book setword $bookName $pageName pantaskState UNKNOWN_ERR
 end
 
@@ -311,9 +311,9 @@
   end
 
-  book delpage $1 -key state DONE
-  book delpage $1 -key state SYS_ERR
-  book delpage $1 -key state DATA_ERR
-  book delpage $1 -key state PROG_ERR
-  book delpage $1 -key state CONFIG_ERR
-  book delpage $1 -key state UNKNOWN_ERR
-end
+  book delpage $1 -key pantaskState DONE
+  book delpage $1 -key pantaskState SYS_ERR
+  book delpage $1 -key pantaskState DATA_ERR
+  book delpage $1 -key pantaskState PROG_ERR
+  book delpage $1 -key pantaskState CONFIG_ERR
+  book delpage $1 -key pantaskState UNKNOWN_ERR
+end
