Type Alias SupervisorLifecycleState

SupervisorLifecycleState:
    | "Idle"
    | "Running"
    | "RunningOffline"
    | "Restart"
    | "Shutdown"
    | "Lock"

Lifecycle state of a Supervisor actor