arg
This function can be used to add one or more arguments to start the process. The first argument added should typically be the executable to run, followed by every individual argument that should be added to it.
Calling the function multiple times will add the specified arguments in the given order to a list of previously specified arguments.
Parameters
An ordered series of arguments to add to the process.
This function can be used to add one or more arguments to start the process. The first argument added should typically be the executable to run, followed by every individual argument that should be added to it.
Calling the function multiple times will add the specified arguments in the given order to a list of previously specified arguments.
Parameters
An ordered list of arguments to add to the process.