tlc.service.watch_manager
¶
The 3LC Watch Manager for managing watch service subprocesses.
Module Contents¶
Functions¶
Function |
Description |
---|---|
Start the watch service in a subprocess with automatic parent termination. |
|
Stop the watch subprocess gracefully. |
|
Check if the watch service is enabled in configuration. |
API¶
- start_watch_subprocess() tlc.utils.subprocess_with_parent_termination.SubprocessWithParentTermination | None ¶
Start the watch service in a subprocess with automatic parent termination.
- Returns:
The subprocess wrapper object if started successfully, None otherwise.