Skip to main content

notify_loop_complete

Function notify_loop_complete 

Source
pub fn notify_loop_complete(
    tasks_total: usize,
    tasks_succeeded: usize,
    tasks_failed: usize,
    config: &NotificationConfig,
)
Expand description

Send loop completion notification. Silently logs errors but never fails the calling operation.