SupervisorLifecycleState

csw.command.client.models.framework.SupervisorLifecycleState
See theSupervisorLifecycleState companion object
sealed trait SupervisorLifecycleState extends CommandSerializable, EnumEntry

Lifecycle state of a Supervisor actor

Attributes

Companion
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Idle
object Lock
object Restart
object Running
object Shutdown
Show all

Members list

Value members

Inherited methods

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry