mill.daemon.RunnerLauncherState
See theRunnerLauncherState companion object
case class RunnerLauncherState(errorOpt: Option[String] = ..., buildFile: Option[String] = ..., bootstrapModuleOpt: Option[RootModule] = ..., buildFileWatch: Option[Watchable] = ..., metaFrames: List[MetaFrame] = ..., finalFrame: Option[FinalFrame] = ..., workspaceLocking: Option[LauncherLocking] = ..., runArtifacts: Option[LauncherOutFiles] = ..., fileLockLease: Option[AutoCloseable] = ...) extends Result, AutoCloseable
Per-launcher view of the current bootstrap/evaluation run.
Holds launcher-owned resources that cannot be shared daemon-wide: active evaluators, retained meta-build read leases that pin the shared frames the launcher is using, the user-task evaluation, and the launcher session.
Attributes
- Companion
- object
- Source
- RunnerLauncherState.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait AutoCloseabletrait Resultclass Objecttrait Matchableclass Any
Members list
In this article