FinalFrame
mill.daemon.RunnerLauncherState.FinalFrame
case class FinalFrame(depth: Int, evaluator: EvaluatorApi, evalWatched: Seq[Watchable], moduleWatched: Seq[Watchable], tasksAndParams: Seq[String], failed: Boolean)
The user-task evaluation frame. Carries the task selectors that were run so the next launcher invocation can short-circuit a re-run when the inputs are unchanged. failed is set when the prior evaluation produced an error, in which case we must not short-circuit a successful return.
Attributes
- Source
- RunnerLauncherState.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article