State

ij_plugins.scala.console.ScalaInterpreter$.State
See theState companion object
sealed abstract class State(val entryName: String) extends EnumEntry

Interpreter execution state.

Attributes

Companion:
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Ready.type
object Running.type

Members list

Concise view

Value members

Concrete fields

override val entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes