Skip to content

ema / ema / ActorStatus

Type Alias: ActorStatus

ts
type ActorStatus = "preparing" | "running" | "idle";

Defined in: packages/ema/src/actor.ts:280

The status of the actor.