CelmProgress class

Where a run has got to.

Constructors

CelmProgress({required String runId, required String currentStep, required CelmBudgetUse budget, List<CelmAttempt> history = const [], bool escalated = false, CelmOutcome? outcome})
const
CelmProgress.fromJson(Map<String, dynamic> json)
factory

Properties

budget CelmBudgetUse
final
currentStep String
final
escalated bool
final
hashCode int
The hash code for this object.
no setterinherited
history List<CelmAttempt>
final
outcome CelmOutcome?
Set once the run has ended. Null while it is running or suspended. This is how a caller that only has the id reads the result.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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