mill.api.internal.BspServerResult
See theBspServerResult companion trait
object BspServerResult
Attributes
- Companion
- trait
- Source
- BspServerResult.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
BspServerResult.type
Members list
Type members
Classlikes
@Scaladoc(value = "/** The session or the server ended with a failure. */")
object Failure extends BspServerResult
The session or the server ended with a failure.
The session or the server ended with a failure.
Attributes
- Source
- BspServerResult.scala
- Supertypes
- Self type
-
Failure.type
@Scaladoc(value = "/** The session was to give mill a change to restart a new BSP session, which is required to load changes to the build setup. */")
object ReloadWorkspace extends BspServerResult
The session was to give mill a change to restart a new BSP session, which is required to load changes to the build setup.
The session was to give mill a change to restart a new BSP session, which is required to load changes to the build setup.
Attributes
- Source
- BspServerResult.scala
- Supertypes
- Self type
-
ReloadWorkspace.type
@Scaladoc(value = "/** The session or the server ended successfully. */")
object Shutdown extends BspServerResult
The session or the server ended successfully.
The session or the server ended successfully.
Attributes
- Source
- BspServerResult.scala
- Supertypes
- Self type
-
Shutdown.type
Inherited and Abstract types
The names of the product elements
The name of the type
In this article