Type
StatusCode
Integer representing an application status code.
Since v1.0
typedef int64_t StatusCode
Discussion 🔗
POSIX requires the exit code to be in the inclusive range 0 to 255. Windows uses 32-bit unsigned integers as exit codes.
Integer representing an application status code.
typedef int64_t StatusCode
POSIX requires the exit code to be in the inclusive range 0 to 255. Windows uses 32-bit unsigned integers as exit codes.