Function get_job_progress

Source
pub async fn get_job_progress(
    configuration: &Configuration,
    workspace: &str,
    id: &str,
) -> Result<i32, Error<GetJobProgressError>>