Skip to main content

tasks

Function tasks 

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