agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface SpawnedProcess

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

    interface SpawnedProcess {
        pid: number;
    }
    Index

    Properties

    Properties

    pid: number