agentOS API Reference - v0.0.1
    Preparing search index...

    Interface SpawnedProcess

    A process started via spawn (mirrors the Rust spawn handle DTO).

    interface SpawnedProcess {
        pid: number;
    }
    Index
    pid: number