tlc.service.watch_manager¶
The 3LC Watch Manager for managing watch service subprocesses.
Module Contents¶
Functions¶
Function |
Description |
|---|---|
Check if the watch service is enabled in configuration. |
|
Start the watch service in a subprocess with automatic parent termination. |
|
Stop the watch subprocess gracefully. |
API¶
- is_watch_enabled() bool¶
Check if the watch service is enabled in configuration.
- Returns:
True if watch service is enabled, False otherwise.