Skip to main content

generate_task_attachments

Function generate_task_attachments 

Source
pub async fn generate_task_attachments(
    state: Arc<Mutex<AppState>>,
) -> (Vec<TaskAttachment>, HashMap<String, u64>, Vec<String>)
Expand description

Generate attachments for tasks with new output or status changes. Called by the framework to create push notifications.