|
ASL
|
Process start parameters, including environment variables and working directory.
The detached flag indicates that we are not interested in the process output and the process can continue running even if the parent process ends (must be set before run()). The showWindow flag on Windows indicates that the process should show its window (if it is a GUI application) or console (if it is a console application). The env field contains the environment variables to be used by the subprocess, and the workingDir field contains the directory where the process will start.
#include <asl/Process.h>