Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/actor
Status
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'
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
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'.