[#wallet-CWallet-ScanningDuration] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::ScanningDuration :relfileprefix: ../../ :mrdocs: Measure how long the running rescan has been in progress. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SteadyClock::duration ScanningDuration() const; ---- == Return Value The elapsed duration of the running rescan, or zero if none. [.small]#Created with https://www.mrdocs.com[MrDocs]#