progress abstract method

Future<CelmProgress> progress(
  1. String runId, {
  2. AnalysisActor? actor,
})

Progress, attempts and remaining budget of a run; its outcome once it has ended.

Implementation

Future<CelmProgress> progress(String runId, {AnalysisActor? actor});