Suspended

final case class Suspended(previous: Status, interruptible: Boolean, epoch: Long, blockingOn: List[Id], asyncTrace: Option[ZTraceElement]) extends Status
class Status
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final def isDone: Boolean
Inherited from:
Status
Inherited from:
Product
final def toFinishing: Status
Inherited from:
Status
Inherited from:
Status