Skip to main content

list_handler

Function list_handler 

Source
pub async fn list_handler(
    configuration: &Configuration,
    filter: Option<&str>,
    offset: i32,
    limit: i32,
) -> Result<Vec<TaskStatusWithId>, Error<ListHandlerError>>