We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6594f commit f2ab438Copy full SHA for f2ab438
1 file changed
smartFactory/variables.pkl
@@ -0,0 +1,10 @@
1
+// This module contains all persistent variable definitions for the CSM SmartFactory
2
+
3
+//Variable indicating if the job is done
4
+vIsJobDone = "isJobDone"
5
6
+//Variable storing the log messages
7
+vLogs = "logProcessorLogs"
8
9
+//Variable storing the number of completed products
10
+vProductsCompleted = "productsCompleted"
0 commit comments