fix(ui): fix path to configuration file template
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerTypes.ts
index d879ce0859c45bb0886dc93791887d99005cd440..5c8c177fcfd4ee40e02b78ebb23818ef99ecbe9e 100644 (file)
@@ -13,6 +13,7 @@ export interface SetInfo {
   version: string
   type: string
   worker: string
+  started: boolean
   size: number
   elementsExecuting: number
   elementsPerWorker: number