Process exit status, set to a failure value when a fatal error occurs.
Synopsis
Declared in <node/context.h>
std::atomic<int> exit_status = {EXIT_SUCCESS};
Created with MrDocs
Process exit status, set to a failure value when a fatal error occurs.
Declared in <node/context.h>
std::atomic<int> exit_status = {EXIT_SUCCESS};
Created with MrDocs