kStillActive#
Fully qualified name: carb::launcher::kStillActive
Defined in carb/launcher/ILauncher.h
-
constexpr ExitCode carb::launcher::kStillActive = ExitCode(0x8000000000000000ll)#
Special exit code to indicate that the process is still running and has not exited yet.
This can be returned from ILauncher::waitProcessExit() and ILauncher::getProcessExitCode().