Packages

sealed trait State extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def done: Boolean
  2. abstract def failed: Boolean
  3. abstract def id: Int
  4. abstract def idle: Boolean

    Stopped, failed or done.

  5. abstract def idleOrPrepared: Boolean
  6. abstract def stoppedOrDone: Boolean