Prelude API
    Preparing search index...

    Type Alias Status

    Status: "running" | "stopping" | "stopped" | "failed"

    Lifecycle status.

    • running — accepting and processing messages.
    • stopping — no longer accepting messages; draining (after Actor.stop) or waiting for the in-flight handler to settle (after Actor.kill or a failure).
    • stopped — terminated normally, by Actor.stop or Actor.kill.
    • failed — terminated because a handler error was resolved with 'stop'.