Whether initial block download (IBD) is ongoing.
Declared in <validation.h>
std::atomic_bool m_cached_is_ibd = {true};
This value is used for lock-free IBD checks, and latches from true to false once block loading has finished and the current chain tip has enough work and is recent.