Skip to content

Add a method to launch a child worker process with additionnal command line arguments#1556

Open
leonvictor wants to merge 1 commit intojuce-framework:developfrom
leonvictor:childprocess_commandline_args_master
Open

Add a method to launch a child worker process with additionnal command line arguments#1556
leonvictor wants to merge 1 commit intojuce-framework:developfrom
leonvictor:childprocess_commandline_args_master

Conversation

@leonvictor
Copy link

@leonvictor leonvictor commented Jul 3, 2025

Hi ! I was missing the ability to launch monitored child processes while passing down additionnal command-line arguments. This adds a method to do just that

The signature is a mix between the existing ChildProcessCoordinator::launchWorkerProcess(const File& exec, const String& cmdLineUID, int timeout, int streamFlags) and ChildProcess' ChildProcess::start(const StringArray& args, int streamFlags

The unique ID is placed as first argument

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant