pub async fn handle_stop_watch(
state: Arc<AppState>,
id: String,
) -> DaemonResponseExpand description
Stops a watch by ID if it exists in the application state.
pub async fn handle_stop_watch(
state: Arc<AppState>,
id: String,
) -> DaemonResponseStops a watch by ID if it exists in the application state.