pub fn notify_task_complete_with_context(
task_id: &str,
task_title: &str,
config: &NotificationConfig,
ui_active: bool,
)Expand description
Send task completion notification with UI awareness. Silently logs errors but never fails the calling operation.