MCPcopy Create free account
hub / github.com/FastLED/FastLED / stop_monitoring

Method stop_monitoring

ci/util/test_runner.py:1273–1276  ·  view source on GitHub ↗

Stop monitoring a specific process

(self, process: RunningProcess)

Source from the content-addressed store, hash-verified

1271 monitor_thread.start()
1272
1273 def stop_monitoring(self, process: RunningProcess) -> None:
1274 """Stop monitoring a specific process"""
1275 if process in self.monitoring_threads:
1276 del self.monitoring_threads[process]
1277
1278 def shutdown(self) -> None:
1279 """Shutdown all monitoring threads"""

Callers 2

_process_active_testsMethod · 0.80
_handle_stuck_processesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected