Skip to main content

claimed_tasks

Function claimed_tasks 

Source
pub async fn claimed_tasks(
    store: &impl EventStore,
    workspace_id: &str,
    limit: Option<u32>,
) -> Result<Vec<TaskSummary>>