fmod_system_start
Execute an external process with configurable working directory, arguments, and timeout. Get the exit code, standard output, and standard error.
Instructions
Runs an external process with options object { workingDir, args, timeout (milliseconds) } (blocking). Returns a result object { exitCode, standardOutput, standardError } . [method · system.start]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processOptions | Yes | ||
| pathToExecutable | Yes |