[#StartIndexBackgroundSync] = StartIndexBackgroundSync :mrdocs: Validates requirements to run the indexes and spawns each index initial sync thread == Synopsis Declared in `<init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool StartIndexBackgroundSync(xref:node/NodeContext.adoc[node::NodeContext]& node); ---- == Return Value true if every index background sync thread started successfully. == Parameters [cols="1,4"] |=== | Name| Description | *node* | The node context that owns the indexes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#