carb::launcher::fKillFlagKillChildProcesses

Defined in carb/launcher/ILauncher.h

constexpr KillFlags carb::launcher::fKillFlagKillChildProcesses = 0x00000001

Flag to indicate that any direct child processes of the process being terminated should also be terminated.

Note that this will not cause the full hierarchy of the process’s ancestors to be terminated as well. The caller should manage its process tree directly if multiple generations are to be terminated as well.