Running

final case class Running(runtimeFlags: RuntimeFlags, trace: Trace) extends Unfinished
trait Product
trait Equals
trait Status
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def isDone: Boolean
Inherited from:
Status
def isRunning: Boolean
Inherited from:
Status
def isSuspended: Boolean
Inherited from:
Status
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product