Skip to main content

handle_start

Function handle_start 

Source
pub async fn handle_start(
    task_mgr: &impl TaskBackend,
    id: i64,
    description: Option<String>,
    format: String,
) -> Result<()>