[#node-NodeContext-exit_status] = xref:node.adoc[node]::xref:node/NodeContext.adoc[NodeContext]::exit_status :relfileprefix: ../../ :mrdocs: Process exit status, set to a failure value when a fatal error occurs. == Synopsis Declared in `<node/context.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<int> exit_status = {EXIT_SUCCESS}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#