CelmRunHandle class

A started run: its id, available before the run ends, and its outcome.

A caller holding only a pending future has no id to ask progress about and nothing to cancel — and under a supervisory regime that future may not complete at all.

This is the in-process shape. Over a wire, execute answers with the run id alone and the outcome is read from CelmProgress.outcome once the run has ended.

Constructors

CelmRunHandle({required String runId, required Future<CelmOutcome> outcome})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
outcome Future<CelmOutcome>
final
runId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited