Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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