carb::launcher::fKillFlagSkipWait

Defined in carb/launcher/ILauncher.h

constexpr KillFlags carb::launcher::fKillFlagSkipWait = 0x00000008

Flag to indicate that the ILauncher::killProcess() or ILauncher::killProcessWithTimeout() calls should not wait for the child process to fully exit before returning.

This allows calls to return more quickly, but could result in other functions such as ILauncher::isProcessActive() and ILauncher::getProcessExitCode() returning false results for a short period after ILauncher::killProcess() returns. This period is usually only a few milliseconds, but may be inconsistent due to other system behavior and load.