Property OwnRuntimeHandle
OwnRuntimeHandle
Create and own the single process-wide OgaHandle. Default true.
Set it false only in a process where something else already owns the handle - a host app that constructed one before Qavren.Edge was composed. Sub-project 4 then touches neither its creation nor its disposal, and ShutdownOnStopping becomes inert.
public bool OwnRuntimeHandle { get; set; }