# `Pixir.Delegate.OwnerServer`
[🔗](https://github.com/Ranvier-Technologies/pixir/blob/main/lib/pixir/delegate/owner_server.ex#L1)

Current-runtime owner for one Delegate service run.

The owner keeps live capability in OTP while this BEAM runtime is alive. It does not
create a daemon, IPC server, nested Pixir process, or second durable store. Durable
truth is still the parent Session Log; this process only proves live status and active
cancellation capability.

# `cancel`

Cancel live children through the owner.

# `child_spec`

DynamicSupervisor child spec.

# `owner_state`

Return live owner state.

# `start_link`

Start a Delegate owner.

# `start_payload`

Return the start payload produced during owner initialization.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
