package runtime
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait ExecutionStatus extends AnyRef
Value Members
- case object NotScheduled extends ExecutionStatus with Product with Serializable
- case object Running extends ExecutionStatus with Product with Serializable
- case object Scheduled extends ExecutionStatus with Product with Serializable