Skip to content

ema / ema / ActorStatus

Type Alias: ActorStatus

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

Defined in: actor.ts:263

The status of the actor.