File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ sequenceDiagram
290290
291291 rect rgb(121, 210, 121)
292292 alt Extension Startup
293- VSC ->> Service: activate() - Start Monitoring
293+ VSC ->> Service: activate() - Start Service
294294
295295 Service ->> Heartbeat: Start Heartbeats
296296 Heartbeat ->> State: Send Initial Heartbeat <br/> (in a folder add a unique file w/ timestamp)
@@ -317,7 +317,7 @@ sequenceDiagram
317317
318318 rect rgb(255, 128, 128)
319319 alt Graceful Shutdown
320- VSC ->> Service: deactivate() - Stop Monitoring
320+ VSC ->> Service: deactivate() - Stop Service
321321 Service ->> Checker: Stop
322322 Service ->> Heartbeat: Stop
323323 Heartbeat ->> State: Delete timestamp file <br/> (This is missed when a crash happens)
You can’t perform that action at this time.
0 commit comments