cancel abstract method

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

Stop a running goal. Evidence established before the stop survives.

Implementation

Future<CelmOutcome> cancel(String runId, {AnalysisActor? actor});