Skip to content

Commit f2ab438

Browse files
committed
feat: add persistent variable declarations
1 parent 0a6594f commit f2ab438

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

smartFactory/variables.pkl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)