Return whether node shutdown was requested.
Synopsis
Declared in <init.h>
bool
ShutdownRequested(node::NodeContext& node);
Return Value
true if a shutdown of the node has been requested.
Parameters
Name |
Description |
node |
The node context to query. |
Created with MrDocs