X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2FWorkerTypes.ts;h=cfbe2dacb3b71cb9d6b755eb829468363454da62;hb=8b75cab6a9906ba8a0a571c07cc80489c761dc15;hp=806808d8a6fb020d2be7414b8d3848097de883bf;hpb=1d8f226b47637e80c74106799208da5df93b2a04;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerTypes.ts b/src/worker/WorkerTypes.ts index 806808d8..cfbe2dac 100644 --- a/src/worker/WorkerTypes.ts +++ b/src/worker/WorkerTypes.ts @@ -19,6 +19,8 @@ export interface SetInfo { } export enum WorkerSetEvents { + started = 'started', + stopped = 'stopped', error = 'error', elementStarted = 'elementStarted', elementError = 'elementError',