Packages

object QueryStatus

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

Value Members

  1. case object Aborted extends QueryStatus with Product with Serializable
  2. case object Closed extends QueryStatus with Product with Serializable
  3. case object Completed extends QueryStatus with Product with Serializable
  4. case object Errors extends QueryStatus with Product with Serializable
  5. case object Fatal extends QueryStatus with Product with Serializable
  6. case object Running extends QueryStatus with Product with Serializable
  7. case object Stopped extends QueryStatus with Product with Serializable
  8. case object Success extends QueryStatus with Product with Serializable
  9. case object Timeout extends QueryStatus with Product with Serializable
  10. case object Unknown extends QueryStatus with Product with Serializable