Companion
object Companion
Functions
Link copied to clipboard
fun cancelled(finishedAt: Instant, counts: ExtractionRunCounts? = null, failures: List<ExtractionFailure>? = null): ExtractionRunTransition
The run stopped before finishing, by request or by external termination.
Link copied to clipboard
fun completed(finishedAt: Instant, counts: ExtractionRunCounts? = null, failures: List<ExtractionFailure>? = null): ExtractionRunTransition
The run finished everything it was asked for: every product its request called for is durably persisted or terminally disposed.
Link copied to clipboard
fun failed(finishedAt: Instant, counts: ExtractionRunCounts? = null, failures: List<ExtractionFailure>? = null): ExtractionRunTransition
The run stopped on an error it could not get past.