pub static STATUS: Key<String>Expand description
Actor lifecycle status: “running”, “stopped”, “failed”.
Together with STATUS_REASON, these two attrs replace the
former actor_status prefix protocol ("stopped:reason",
"failed:reason") with structured fields, eliminating string
prefix parsing in consumers.