Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IRunOptions

    options used when starting an external application through runExecutable

    interface IRunOptions {
        cwd?: string;
        detach?: boolean;
        env?: { [key: string]: string };
        expectSuccess?: boolean;
        onSpawned?: (pid?: number) => void;
        shell?: boolean;
        suggestDeploy?: boolean;
    }
    Index

    Properties

    cwd?: string
    detach?: boolean
    env?: { [key: string]: string }
    expectSuccess?: boolean
    onSpawned?: (pid?: number) => void
    shell?: boolean
    suggestDeploy?: boolean