[#node-BlockManager-m_importing] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::m_importing :relfileprefix: ../../ :mrdocs: Whether blocks are currently being imported from disk. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::atomic<bool> m_importing = {false}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#