carb::launcher::ExitCode

Defined in carb/launcher/ILauncher.h

using carb::launcher::ExitCode = int64_t

Base type for a process exit code.

Process exit codes differ between Windows and Linux - on Windows a process exit code is a DWORD, while on Linux it is an int. This type should be able to successfully hold any value from either platform.