JobState

gridscale.`package`.JobState
See theJobState companion trait
object JobState

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
JobState.type

Members list

Type members

Classlikes

case object Done extends JobState

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JobState
class Object
trait Matchable
class Any
Show all
Self type
Done.type
case object Failed extends JobState

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JobState
class Object
trait Matchable
class Any
Show all
Self type
Failed.type
case object Running extends JobState

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JobState
class Object
trait Matchable
class Any
Show all
Self type
Running.type
case object Submitted extends JobState

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JobState
class Object
trait Matchable
class Any
Show all
Self type
Submitted.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def isFinal(s: JobState): Boolean