Preparing search index...

    The options of "LensStudio:Subprocess".spawn or "LensStudio:Subprocess".spawnSync. env, can be specified as a {PATH: myPath, PWD: myPwd} or a JS object. The PATH and PWD fields will override the default value in your environment has when the subprocess is spawned. You can access the default environment variables from "LensStudio:App", where its a constant value that you can retrieve just like .version, using .env.

    Index

    Constructors

    Properties

    Constructors

    Properties

    cwd: Path

    Working directory path for the spawned process.

    env: any

    Environment variables for the spawned process.

    timeout: number

    Maximum time in milliseconds for the process to complete.