ShutdownRequested

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

NameDescription
nodeThe node context to query.