Status

object Status
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Status.type

Type members

Classlikes

case object Done extends Status
final case class Finishing(interrupting: Boolean) extends Status
final case class Running(interrupting: Boolean) extends Status
final case class Suspended(previous: Status, interruptible: Boolean, epoch: Long, blockingOn: List[Id], asyncTrace: Option[ZTraceElement]) extends Status

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror