MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / Stop

Method Stop

backend/Src/Services/PluginManager.ts:72–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 public Stop(): void {
73 if (this.isRunning) {
74 this.isRunning = false;
75 this.plugins.forEach(x => x.service.Stop());
76
77 Logger.Get.Log('PluginManager::Stop()');
78 }
79 }
80
81 public Pause() {
82 if (this.IsRunning) {

Callers 2

StopRecorderMethod · 0.45
EnablePluginMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected