[#ShutdownRequested] = ShutdownRequested :mrdocs: Return whether node shutdown was requested. == Synopsis Declared in `<init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ShutdownRequested(xref:node/NodeContext.adoc[node::NodeContext]& node); ---- == Return Value true if a shutdown of the node has been requested. == Parameters [cols="1,4"] |=== | Name| Description | *node* | The node context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#